summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with slots and annotated assignments (#5494)Daniël van Noord2022-01-061-0/+4
* Fix #5638: Allow for encoding to be supplied as a positional argument (#5641)Jacob Walls2022-01-061-0/+5
* Fix #5370: Emit `redefined-outer-name` when a nested except handler shadows a...Jacob Walls2022-01-031-0/+5
* Add regression test for issue 5461 (#5623)Daniël van Noord2021-12-311-0/+4
* [regression test] Add functional test for symlinked modulesPierre Sassoulas2021-12-311-2/+11
* Allow passing arguments if ``epylint`` entry point is used as function (#5616)Daniël van Noord2021-12-311-1/+1
* Allow passing arguments when entry points are used as functions (#5613)Daniël van Noord2021-12-301-0/+5
* Fix false positive `consider-using-dict-comprehension` when creating a dict u...Tushar Sadhwani2021-12-301-0/+5
* Use ``dill`` to pickle when run in parallel mode (#5609)Daniël van Noord2021-12-301-0/+3
* Fix #2399: Avoid negative scores by default (#5595)Jacob Walls2021-12-281-0/+4
* Fix ``used-before-assignment`` for assignment expressions in lambda (#5530)Daniël van Noord2021-12-211-0/+5
* Fix #5557: Don't emit `comparison-with-callable` if the callable raises (#5563)Jacob Walls2021-12-211-0/+5
* Ignore files with name that starts like an emacs lock files (#5554)Pierre Sassoulas2021-12-201-0/+7
* 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