summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.13.9, update changelogv2.13.9Pierre Sassoulas2022-05-131-1/+1
* Fix false positive for `undefined-loop-variable` with `enumerate()` (#6602)Jacob Walls2022-05-131-0/+4
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-0/+4
* Fix a crash in `unnecessary-dict-index-lookup` when subscripting an attribute...Jacob Walls2022-05-131-0/+4
* Add regression test for #6497 (#6498)Jacob Walls2022-05-131-0/+5
* Add regression test for #6539Jacob Walls2022-05-131-0/+4
* Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-131-0/+3
* Bump pylint to 2.13.8, update changelogv2.13.8Pierre Sassoulas2022-05-021-1/+7
* Suppress `unsubscriptable-object` warnings in type-checking blocks (#5720)Pierre Sassoulas2022-05-021-0/+5
* Fix a false positive for `undefined-loop-variable` when a loop else raises or...Jacob Walls2022-05-021-0/+5
* Fix false positive for `undefined-loop-variable` for lambda in first of two l...Jacob Walls2022-05-021-0/+5
* Fix false positive for ``unused-variable`` when specifying a metaclass via a ...Jacob Walls2022-05-021-0/+5
* Avoid reporting superfluous-parens after an ``is not`` operator (#6451)Tim Martin2022-05-021-0/+4
* Fix crash when open is called with an integer mode (#6415)Pierre Sassoulas2022-05-021-0/+4
* Bump pylint to 2.13.7, update changelogv2.13.7Pierre Sassoulas2022-04-201-1/+7
* Fix 'object has no attribute additional_builtins' (#6410)Pierre Sassoulas2022-04-201-0/+3
* Bump pylint to 2.13.6, update changelogv2.13.6Pierre Sassoulas2022-04-201-1/+7
* Prevent false positive `undefined-variable` for user-specified builtins given...Jacob Walls2022-04-201-0/+5
* Fix a crash in the ``unsupported-membership-test`` checker involving tuple un...Jacob Walls2022-04-201-0/+5
* Fix `AstroidError` in similarity checker with imports/signatures ignored (#6357)Jacob Walls2022-04-201-0/+6
* Handle asterisks better in Sphinx and Google style docstringsDaniël van Noord2022-04-201-0/+4
* Bump pylint to 2.13.5, update changelogv2.13.5Pierre Sassoulas2022-04-061-1/+7
* Add ``subclassed-final-class`` message to the ``check_messages`` decorator (#...Mark Byrne2022-04-061-0/+3
* Prevent `used-before-assignment` for assignment via nonlocal after type annot...Jacob Walls2022-04-061-0/+5
* Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-061-0/+5
* Fix false positive for ``unused-import`` when disabling both ``used-before-as...Andreas Finkler2022-04-041-0/+4
* Fix handling of "for x in x" homonyms (#6154)Jacob Walls2022-04-041-0/+1
* Account for more node types in handling of except block homonyms with compreh...Jacob Walls2022-04-041-0/+6
* ``redefined-slots-in-subclass`` crash when slot type is neither a string or c...Mark Byrne2022-04-041-0/+4
* Fix E1102 / ``not-callable`` false positive for property that returns a lambd...Tushar Sadhwani2022-04-041-0/+3
* Narrow the scope of the ``unnecessary-ellipsis`` checker (#6081)Mark Byrne2022-04-041-0/+4
* 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