pylint-super-not-called


Namepylint-super-not-called JSON
Version 0.10.2 PyPI version JSON
download
home_page
SummaryA Pylint plugin to ensure overloaded methods are calling the parent method with super
upload_time2023-11-06 14:42:45
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements build twine
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pylint super-not-called plugin

A Pylint plugin that enforces methods to call the parent method with super.

## Installation

```bash
# Install the package into your virtual environment:
pip install pylint_super_not_called

# Launch Pylint with the load-plugin option
pylint --load-plugin pylint_super_not_called .
```

Use pylintrc to automatically load the plugin if needed


## Configuration

- `super-enforced-methods`: a list of methods to check (default: 'setUp')

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pylint-super-not-called",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Nicolas Mussat <nicolas@prose.com>",
    "download_url": "https://files.pythonhosted.org/packages/9d/9f/caa21b0d59420c8a9bf416f68488bec4794f334c2d9682465e31f21ffd38/pylint_super_not_called-0.10.2.tar.gz",
    "platform": null,
    "description": "# Pylint super-not-called plugin\n\nA Pylint plugin that enforces methods to call the parent method with super.\n\n## Installation\n\n```bash\n# Install the package into your virtual environment:\npip install pylint_super_not_called\n\n# Launch Pylint with the load-plugin option\npylint --load-plugin pylint_super_not_called .\n```\n\nUse pylintrc to automatically load the plugin if needed\n\n\n## Configuration\n\n- `super-enforced-methods`: a list of methods to check (default: 'setUp')\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Pylint plugin to ensure overloaded methods are calling the parent method with super",
    "version": "0.10.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/prosehair/pylint_super_not_called_plugin/issues",
        "Homepage": "https://github.com/prosehair/pylint_super_not_called_plugin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2609206538b696f91e6f086aff63e05730be1d70d1798326fbee92adc9f7fe7b",
                "md5": "24041dec290261565b6e129ad59ec016",
                "sha256": "52587baae781dac63fdcbc827855a72906c720d3449c812f94e24959a196ef67"
            },
            "downloads": -1,
            "filename": "pylint_super_not_called-0.10.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24041dec290261565b6e129ad59ec016",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4013,
            "upload_time": "2023-11-06T14:42:44",
            "upload_time_iso_8601": "2023-11-06T14:42:44.188817Z",
            "url": "https://files.pythonhosted.org/packages/26/09/206538b696f91e6f086aff63e05730be1d70d1798326fbee92adc9f7fe7b/pylint_super_not_called-0.10.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d9fcaa21b0d59420c8a9bf416f68488bec4794f334c2d9682465e31f21ffd38",
                "md5": "324475b82ce74d9a86fff4cacc860e0c",
                "sha256": "13f1933fc30d216893580904f53a911e60a53d9bb041046abd8e8e89edbd811d"
            },
            "downloads": -1,
            "filename": "pylint_super_not_called-0.10.2.tar.gz",
            "has_sig": false,
            "md5_digest": "324475b82ce74d9a86fff4cacc860e0c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3272,
            "upload_time": "2023-11-06T14:42:45",
            "upload_time_iso_8601": "2023-11-06T14:42:45.419582Z",
            "url": "https://files.pythonhosted.org/packages/9d/9f/caa21b0d59420c8a9bf416f68488bec4794f334c2d9682465e31f21ffd38/pylint_super_not_called-0.10.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 14:42:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prosehair",
    "github_project": "pylint_super_not_called_plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "build",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        }
    ],
    "lcname": "pylint-super-not-called"
}
        
Elapsed time: 0.15096s