summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Check if decorator returns use keyword (``unexpected-keyword-arg``) (#5547)Daniël van Noord2021-12-181-0/+4
* Fix ``used-before-assignment`` for conditional self-referential typing (#5532)Daniël van Noord2021-12-181-0/+5
* Fixed extremely long processing of long lines with comma's (#5534)Daniël van Noord2021-12-171-0/+4
* Fix crash on uninferable decorators on Python 3.6 and 3.7 (#5549)Daniël van Noord2021-12-171-0/+2
* Fix ``not-callable`` for attributes that alias ``NamedTuple`` (#5537)Daniël van Noord2021-12-171-0/+4
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-16/+16
* Fix assigning-non-slot false positive with setattr (#5457)Jake Lishman2021-12-151-0/+5
* Enable missing-raises-doc to understand class hierarchies (#5278)kasium2021-12-151-0/+14
* Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)Jacob Walls2021-12-141-0/+7
* typecheck: simplify variadic positional detection (#5417)Jérome Perrin2021-12-141-0/+5
* Fix #3675: `safe_infer()` finds ambiguity among function definitions when num...Jacob Walls2021-12-141-0/+5
* Check `node` location attributes in unittests and update tests (#5383)Daniël van Noord2021-12-131-0/+3
* New checker - Detect use of unnecessary ellipsis (#5470)Mark Byrne2021-12-131-0/+4
* Fix false-positive 'used-before-assignment' for assignments in except blocks ...Jacob Walls2021-12-131-3/+9
* Emit `used-before-assignment` in final or except blocks where try statements...Jacob Walls2021-12-131-0/+5
* Fix incorrect classification of property docstrings in Numpy-style (#5498)Daniël van Noord2021-12-121-0/+5
* Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)Jacob Walls2021-12-121-0/+5
* Fix #4761: Emit `used-before-assignment` where single assignment only made in...Jacob Walls2021-12-111-3/+10
* 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