summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.13.4, update changelogv2.13.4Pierre Sassoulas2022-03-311-1/+7
* Fix crash in ``super-init-not-called`` checker (#6043)Daniël van Noord2022-03-311-0/+5
* Remove assumption of direct parentage in `used-before-assignment` homonym han...Jacob Walls2022-03-311-0/+6
* Fix false positive for the ``unnecessary-ellipsis`` checker (#6039)Mark Byrne2022-03-311-1/+2
* Fix crash for ``unneccessary-ellipsis`` checker (#6038)Mark Byrne2022-03-311-0/+6
* Include ``testing_pylintrc`` in source and wheel distributions (#6029)Joe Young2022-03-311-0/+2
* Bump pylint to 2.13.3, update changelogv2.13.3Pierre Sassoulas2022-03-291-1/+7
* Change 'nonexistent-operator' to allow repeated unary ops (with space or pare...Sergey B Kirpichev2022-03-291-0/+5
* `unnecessary-ellipsis` false positive: allow ellipsis as default argument (#6...Joe Young2022-03-291-0/+4
* Fix crash on unbalanced tuple unpackingJacob Walls2022-03-291-0/+3
* Bump pylint to 2.13.2, update changelogv2.13.2Pierre Sassoulas2022-03-271-1/+11
* Fix false negative for `protected-access` on functions (#5990)Jacob Walls2022-03-271-0/+5
* Add regression test for #5982 upgrade astroid to 2.11.2 (#5988)Jacob Walls2022-03-271-0/+4
* Fix false positive for `superfluous-parens` for `return (a or b) in iterable`...Jacob Walls2022-03-271-0/+4
* Bump pylint to 2.13.1, update changelogv2.13.1Pierre Sassoulas2022-03-261-1/+8
* Fix issue #5969 for `modified_iterating-list` (#5986)orSolocate2022-03-261-0/+5
* 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