## Plugin for pylint which allows defining and checking variable name for exception (like `e` or `exc` or other)
Install:
```bash
pip install pylint-exception-var-name-plugin
```
Usage:
```bash
pylint --load-plugins pylint_exception_var_name_plugin FILES_TO_CHECK
```
Add to `pylintrc` file to set `ALLOWED_VAR_NAME`:
```bash
[VARIABLES]
exception-var-name=ALLOWED_VAR_NAME
```
Raw data
{
"_id": null,
"home_page": "https://github.com/winmasta",
"name": "pylint-exception-var-name-plugin",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "pylint,exception,lint",
"author": "Konstantin Shestakov",
"author_email": "winmasta@yandex.ru",
"download_url": "https://files.pythonhosted.org/packages/11/9c/86aa07b51d06ab23149db583ce6adb4a8baaf504199f899c6df3af59ad8e/pylint_exception_var_name_plugin-0.1.3.tar.gz",
"platform": null,
"description": "## Plugin for pylint which allows defining and checking variable name for exception (like `e` or `exc` or other)\n\nInstall:\n```bash\npip install pylint-exception-var-name-plugin\n```\n\nUsage:\n```bash\npylint --load-plugins pylint_exception_var_name_plugin FILES_TO_CHECK\n```\n\nAdd to `pylintrc` file to set `ALLOWED_VAR_NAME`:\n```bash\n[VARIABLES]\nexception-var-name=ALLOWED_VAR_NAME\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Plugin for pylint which allows to define and check variable name for exception",
"version": "0.1.3",
"split_keywords": [
"pylint",
"exception",
"lint"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "325fe15e90864dd5b20340881038907f2ae0693eb35fcb5aa876c09f27610d8b",
"md5": "6f404c22bee8af22fc5a6204309e2059",
"sha256": "a371ec4a923b41662efed8cf1c71f8ade898929ddaf600763670f9fc2e6fe442"
},
"downloads": -1,
"filename": "pylint_exception_var_name_plugin-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6f404c22bee8af22fc5a6204309e2059",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 4241,
"upload_time": "2023-04-16T14:44:06",
"upload_time_iso_8601": "2023-04-16T14:44:06.197935Z",
"url": "https://files.pythonhosted.org/packages/32/5f/e15e90864dd5b20340881038907f2ae0693eb35fcb5aa876c09f27610d8b/pylint_exception_var_name_plugin-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "119c86aa07b51d06ab23149db583ce6adb4a8baaf504199f899c6df3af59ad8e",
"md5": "ad8e5567d7629c3e17e93ed047a0eeeb",
"sha256": "d415464835a13e4d8bd1fd4a29f88e019692a292b5efafa19be60867865498de"
},
"downloads": -1,
"filename": "pylint_exception_var_name_plugin-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "ad8e5567d7629c3e17e93ed047a0eeeb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 2539,
"upload_time": "2023-04-16T14:44:07",
"upload_time_iso_8601": "2023-04-16T14:44:07.738974Z",
"url": "https://files.pythonhosted.org/packages/11/9c/86aa07b51d06ab23149db583ce6adb4a8baaf504199f899c6df3af59ad8e/pylint_exception_var_name_plugin-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-16 14:44:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "pylint-exception-var-name-plugin"
}