pylint-blank-line-plugin


Namepylint-blank-line-plugin JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/winmasta
SummaryPlugin for pylint which checks blank line before and after return, yield, raise, break, continue statements
upload_time2023-04-16 15:07:13
maintainer
docs_urlNone
authorKonstantin Shestakov
requires_python>=3.9,<4.0
licenseMIT
keywords pylint blank line lint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Plugin for pylint which checks blank line before and after return, yield, raise, break, continue statements

Install:
```bash
pip install pylint-blank-line-plugin
```

Usage:
```bash
pylint --load-plugins pylint_blank_line_plugin FILES_TO_CHECK
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/winmasta",
    "name": "pylint-blank-line-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "pylint,blank,line,lint",
    "author": "Konstantin Shestakov",
    "author_email": "winmasta@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/be/61/4d99dd290223baf43b2837b4870012c84b46cbf64f1088a9e441f9f7af79/pylint_blank_line_plugin-0.1.4.tar.gz",
    "platform": null,
    "description": "## Plugin for pylint which checks blank line before and after return, yield, raise, break, continue statements\n\nInstall:\n```bash\npip install pylint-blank-line-plugin\n```\n\nUsage:\n```bash\npylint --load-plugins pylint_blank_line_plugin FILES_TO_CHECK\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Plugin for pylint which checks blank line before and after return, yield, raise, break, continue statements  ",
    "version": "0.1.4",
    "split_keywords": [
        "pylint",
        "blank",
        "line",
        "lint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d342f4c1148e210a8ddfe17a1f0ca0cc11a07d22be6546be4d0dde63873b605",
                "md5": "61257d2afef1564433d35a144f9c918f",
                "sha256": "84b8e2dd333b3a93a45609443ba694fab245dfcd647187c707b4b28722e7e6a8"
            },
            "downloads": -1,
            "filename": "pylint_blank_line_plugin-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61257d2afef1564433d35a144f9c918f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 3826,
            "upload_time": "2023-04-16T15:07:11",
            "upload_time_iso_8601": "2023-04-16T15:07:11.596098Z",
            "url": "https://files.pythonhosted.org/packages/1d/34/2f4c1148e210a8ddfe17a1f0ca0cc11a07d22be6546be4d0dde63873b605/pylint_blank_line_plugin-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be614d99dd290223baf43b2837b4870012c84b46cbf64f1088a9e441f9f7af79",
                "md5": "f99b388a8fe0646980b767acf93d2565",
                "sha256": "ede9b263f4bdab05b5fc862c06839e13153df0d8da61f0d591ef9affc6f25508"
            },
            "downloads": -1,
            "filename": "pylint_blank_line_plugin-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f99b388a8fe0646980b767acf93d2565",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 3060,
            "upload_time": "2023-04-16T15:07:13",
            "upload_time_iso_8601": "2023-04-16T15:07:13.492565Z",
            "url": "https://files.pythonhosted.org/packages/be/61/4d99dd290223baf43b2837b4870012c84b46cbf64f1088a9e441f9f7af79/pylint_blank_line_plugin-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-16 15:07:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pylint-blank-line-plugin"
}
        
Elapsed time: 0.05784s