pylint
pylint copied to clipboard
It's not just a linter that annoys you!
## Type of Changes | | Type | | --- | ---------------------- | | â | :bug: Bug fix | ## Description Closes #9770
Originally reported by @mbyrnepr2 in https://github.com/pylint-dev/pylint/issues/7232#issuecomment-1197868763. ### Bug description ```python """should raise invalid-name""" my_var: int = 1 ``` ### Configuration _No response_ ### Command used ```shell pylint a.py ``` ###...
### Bug description Reference: https://github.com/PyCQA/pylint/issues/2166#issuecomment-1229446231 I will pretty much just copy and paste what has already been said. The following shows the issue with two version of pylint 2.4.4 and...
### Bug description Pylint doesn't give `missing-function-docstring` messages for methods that `@override` base class methods that have docstrings. This is good. Unfortunately, this doesn't seem to work if the base...
### Bug description ```python # pylint: disable=missing-module-docstring import orjson _=orjson.dumps([2] ``` ``` ### Configuration _No response_ ### Command used ```shell pylint main.py ``` ### Pylint output ```python ************* Module main...
### Bug description ```python """hi""" try: pass finally: pass # Should complain about [multiple-statements] but doesn't ``` ### Configuration ```ini # Empty configuration ``` ### Command used ```shell /tmp/pylint/venv/bin/pylint test.py...
## Type of Changes | | Type | | --- | ---------------------- | | â | :bug: Bug fix | | | :sparkles: New feature | | | :hammer: Refactoring...
## Type of Changes | | Type | | --- | ---------------------- | | â | :sparkles: New feature | ## Description working on adding new config-related commands (pylint --config-list...
### Bug description when working with cv2 and saving files, PyLint does complain it cannot find the cv2 members, hence, flooding the Problems tab with messages, which are in fact...
## Type of Changes | | Type | | --- | ---------------------- | | â | :bug: Bug fix | | | :sparkles: New feature | | | :hammer: Refactoring...