summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-0/+4
* Add a testutil extra-require and add gitpython to it (#5842)Pierre Sassoulas2022-02-271-0/+6
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-261-0/+8
* Fix #5112: Prevent `used-before-assignment` if named expression found first i...Jacob Walls2022-02-171-0/+5
* Fix `used-before-assignment` false positive for except handler names shared b...Jacob Walls2022-02-171-0/+5
* Fix false negative for `used-before-assignment` when some except handlers don...Jacob Walls2022-02-101-0/+6
* Fix crash in `use-maxsplit-arg` checker where `sep` given by keyword (#5772)Jacob Walls2022-02-061-0/+5
* Lint all files in a directory by expanding arguments (#5682)Matus Valo2022-02-061-0/+6
* Fix assignment-from-none false negative case using list.sort() (#5738)orSolocate2022-02-021-0/+4
* Fix a false negative with tuple unpacking (#5708)Mark Byrne2022-02-021-4/+8
* Fix false positive `used-before-assignment` for named expressions in ternary ...Jacob Walls2022-02-021-0/+6
* Add `iterating-modified-list` checker for modified lists (#5628)orSolocate2022-02-011-0/+5
* Clearer error message for useless-else-x type messages (#5736)Pierre Sassoulas2022-01-301-0/+4
* Fix #5399: Fix false negatives for further variable messages for invalid type...Jacob Walls2022-01-291-0/+6
* Emit the crash issue template for more exceptions and crashes (#5743)Daniël van Noord2022-01-291-0/+5
* Correct reference to `argv` in documentation for `run_pylint()` (#5741)Jacob Walls2022-01-291-1/+1
* Improved `bad-open-mode` message when providing ``None`` to the ``mode`` argu...Jacob Walls2022-01-291-0/+5
* Remove the ``check_docs`` extension and remove any references to it (#5730)Daniël van Noord2022-01-271-0/+5
* Fix crash when providing None to mode arg of open() (#5732)Jacob Walls2022-01-271-0/+5
* Fix #5683: False positive ``used-before-assignment`` in loop `else` where the...Jacob Walls2022-01-271-0/+7
* Add confidence level `CONTROL_FLOW` (#5709)Jacob Walls2022-01-261-0/+3
* Fix #5713: Emit `used-before-assignment` instead of `undefined-variable` when...Jacob Walls2022-01-261-0/+5
* Fix false negative for `undefined-variable` (#5711)Jacob Walls2022-01-261-0/+5
* Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698)Daniël van Noord2022-01-241-0/+5
* Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)Daniël van Noord2022-01-241-0/+4
* ``unused-variable`` when `nonlocal` name in a multiple-assignment (#5700)Mark Byrne2022-01-191-0/+4
* Fixed false positive for ``global-variable-undefined`` (#5690)Mark Byrne2022-01-171-0/+4
* Add checker `redefined-slots-in-subclass` (#5640)Mark Byrne2022-01-161-0/+4
* Fix #5568: Allow nested classes as return annotations (#5688)Jacob Walls2022-01-161-0/+5
* Fix false negative for `used-before-assignment` when an Except intervenes bet...Jacob Walls2022-01-151-0/+4
* Fix unprotected accesses to parent.name and add tests (#5675)Arianna Y2022-01-141-0/+6
* Add ``lru-cache-decorating-method`` checker (#5674)Daniël van Noord2022-01-141-0/+6
* Fix crash on properties & inherited methods in ``implicit-booleaness`` (#5652)Daniël van Noord2022-01-131-0/+5
* Add a checker for misleading unicode (#5311)Kound2022-01-131-0/+22
* Fix #5586: False positive for `used-before-assignment` with homonyms in filte...Jacob Walls2022-01-121-0/+6
* Disable bad-docstring-quotes for <= 3.7 (#5526)kasium2022-01-111-0/+5
* Fix #5569: Fix a crash in `unused-private-member` when `type(self)` used in b...Jacob Walls2022-01-111-0/+5
* Fix false positive for `unused-variable` for a comprehension variable matchin...Jacob Walls2022-01-101-0/+5
* Fixed false positive for ``global-variable-not-assigned`` when the `del` stat...Mark Byrne2022-01-101-0/+4
* Improve non ascii checker (#5643)Kound2022-01-101-0/+9
* Don't assume direct parentage when emitting `used-before-assignment` (#5582)Jacob Walls2022-01-101-0/+6
* 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