summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Treat `typing.NamedTuple` self as a sequence (#5346)Mark Byrne2021-12-051-0/+4
* Fix #5371: Correctly count arguments to static methods missing @staticmethod ...Jacob Walls2021-12-031-0/+5
* Add typing to ``PyLinter.reporter`` (#5325)Daniël van Noord2021-12-031-0/+3
* fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...yushao22021-12-031-9/+5
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-2/+2
* Deprecate some file in pylint/testutils and update changelogPierre Sassoulas2021-12-031-0/+2
* Add mermaidjs as format output for pyreverse (#5272)Antonio Quarta2021-12-031-0/+2
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-9/+19
* Require ``\`` for asterisks in Sphinx-style parameter docstrings (#5464)Daniël van Noord2021-12-031-0/+5
* Add endLine and endColumn keys to JSONReporter (#5456)Marc Mueller2021-12-031-0/+4
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-031-0/+6
* Fix false positive for ``used-before-assignment`` for vars in methods (#5454)Daniël van Noord2021-12-021-0/+5
* Merge pull request #5331 from yushao2/fix--false-negative-5323yushao22021-11-301-0/+5
|\
| * Apply suggestions from code reviewyushao22021-11-291-1/+2
| * fix(consider-interating-dictionary): fix false negativesYu Shao2021-11-291-0/+4
* | Fix ``_regexp_paths_csv_validator`` for already validated valuesDaniël van Noord2021-11-291-0/+5
* | Update description of ``ignore-paths`` (#5415)Daniël van Noord2021-11-281-0/+4
|/
* Refactor ``_is_type_checking_import`` of ``unused-import`` (#5410)Daniël van Noord2021-11-281-0/+3
* Bump pylint to 2.12.1, update changelogv2.12.1Pierre Sassoulas2021-11-251-5/+10
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-0/+4
* Add ``flake8-typing-import`` to the pre-commit configuration (#5070)Pierre Sassoulas2021-11-251-2/+2
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-10/+22
* Add ``min_pyver_end_position`` option (#5386)Daniël van Noord2021-11-251-0/+3
* Update functional test expected output (#5349)Daniël van Noord2021-11-241-0/+9
* Fix checking of ``confidence`` in the unittests (#5376)Daniël van Noord2021-11-241-0/+6
* Update reporters to (allow) use of ``end_line`` and ``end_column`` (#5372)Daniël van Noord2021-11-241-0/+5
* Primer tests "à la mypy" (#5173)Pierre Sassoulas2021-11-241-0/+5
* Fix a crash on psycopg2 for elif used (#5369)Pierre Sassoulas2021-11-241-0/+5
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-0/+6
* Add tests `inherit-non-class` with subscriptable class (#5354)Marc Mueller2021-11-211-0/+2
* Upgrade astroid to 2.9.0 (#5355)Marc Mueller2021-11-211-0/+4
* Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)Daniël van Noord2021-11-201-0/+4
* Add ``enable-all-extensions`` option (#5315)Daniël van Noord2021-11-151-0/+3
* Fix crash for ``protected-access`` on (outer)-class traversal (#5305)Daniël van Noord2021-11-151-0/+2
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-0/+6
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-131-0/+11
* Fix ``accept-no-yields/return-doc`` for partially correct docstringsDaniël van Noord2021-11-131-0/+5
* Make y/n validator case insensitive (#5294)Tushar Sadhwani2021-11-121-0/+2
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-121-0/+4
* Add checker `using-final-decorator-in-unsupported-version` (#5165)Mark Byrne2021-11-091-0/+3
* Make ``self-cls-assignment`` check tuple assignment (#5268)Daniël van Noord2021-11-071-0/+2
* Fix crash on checking private members on ``__class__``Daniël van Noord2021-11-051-0/+4
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-031-0/+5
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-031-0/+5
* add changelog and contributor entryAntonio Quarta2021-10-311-0/+2
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-311-0/+4
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-311-0/+5
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-291-0/+4
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+2
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-261-0/+6