summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Don't emit broken typing errors inside TYPE_CHECKING blocks (#5984)Marc Mueller2022-03-261-0/+3
* Loosen TypeVar name pattern (#5983)Marc Mueller2022-03-261-0/+5
* Fix false positive for `unused-argument` where nested function uses parent ar...Jacob Walls2022-03-261-1/+6
* Don't emit `raising-bad-type` when there is ambiguity (#5968)Jacob Walls2022-03-261-0/+4
* Fix nonlocal in try block regression for `used-before-assignment` (#5966)Jacob Walls2022-03-261-0/+4
* Bump pylint to 2.13.0, update changelogv2.13.0Pierre Sassoulas2022-03-241-14/+27
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-241-0/+5
* Make ``arguments-differ`` check extra parameters for default values (#5539)Daniël van Noord2022-03-241-0/+5
* ``pyreverse``: better error messages for unsupported file formats (#5951)Andreas Finkler2022-03-221-0/+4
* Fix #4590: `used-before-assignment` false positive for class definition in fu...Jacob Walls2022-03-211-0/+5
* Add missing __magic__ methods to `_SPECIAL_METHODS_PARAMS` (#5941)Joe Young2022-03-211-0/+2
* Fix pyreverse type hints for methods returning None (#5916)Téo Bouvard2022-03-191-0/+2
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-0/+4
* fix(4756): fix false positive `unused-private-member` for private methods (#5...yushao22022-03-151-0/+4
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-141-0/+5
* Add regression test for #5770 (#5846)Jacob Walls2022-03-131-0/+5
* Add regression test for #5771 (#5908)Jacob Walls2022-03-131-0/+6
* Fix disabling of ``ungrouped-imports`` (#5903)Daniël van Noord2022-03-121-0/+5
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-121-0/+6
* Fix false positive for `invalid-class-object` when inference fails (#5901)Jacob Walls2022-03-121-0/+3
* Add regression test for #5679 (#5725)Daniël van Noord2022-03-121-0/+5
* Add tests for #4826 (#5696)Daniël van Noord2022-03-121-0/+6
* Add regression test for issue #5408 (#5795)Daniël van Noord2022-03-121-0/+6
* Update ``astroid`` requirement to 2.11.0Daniël van Noord2022-03-121-0/+3
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-111-0/+4
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-111-0/+4
* Allow mccabe 0.7.x (#5896)Konrad Weihmann2022-03-111-0/+4
* Add broken Callable check (#5891)Marc Mueller2022-03-101-0/+4
* Add broken NoReturn check (#5304)Marc Mueller2022-03-101-0/+7
* Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)Daniël van Noord2022-03-101-0/+4
* Fix pyreverse type hinting for class methods (#5881)Téo Bouvard2022-03-091-0/+2
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-081-0/+2
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-081-0/+6
* Add stdlib xml.etree.cElementTree to deprecated modules (#5863)Jacob Walls2022-03-061-0/+4
* Allow disabling ``duplicate-code`` with a disable comment (#5446)Daniël van Noord2022-03-041-0/+5
* 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