summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Make ``used-before-assignment`` consider classes in method annotation and def...Daniël van Noord2021-10-231-0/+5
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-191-0/+2
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-191-0/+4
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-0/+5
* Make ``undefined-variable`` check line numbers of metaclass parametersDaniël van Noord2021-10-181-0/+5
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-171-0/+3
* Fix ``relative-beyond-top-level`` false positiveDaniël van Noord2021-10-171-0/+4
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-171-0/+4
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-171-0/+5
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-0/+9
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-161-0/+4
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-151-0/+3
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-151-0/+5
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-131-2/+5
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-111-0/+3
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-101-0/+3
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-101-0/+4
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-0/+4
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-091-0/+3
* Add test for typing alias in isinstance calls (#5089)Marc Mueller2021-10-071-0/+5
* Fix false-negative with typing.Type + typing.Callable aliases (#5090)Marc Mueller2021-10-071-0/+5
* Add test for crash on Compare node inference (#5057)Daniël van Noord2021-10-071-0/+4
* Add tests for ClassDef inference regression (#5037)Daniël van Noord2021-10-071-0/+5
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-071-0/+3
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-061-0/+4
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-0/+4
* Improve node info for invalid-name (#5094)Marc Mueller2021-10-051-0/+2
* Fix crash with AssignAttr in TYPE_CHECKING blocks (#5118)Marc Mueller2021-10-051-0/+4
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-041-0/+3
* Fix false-positive ``useless-suppression`` for ``line-too-long`` (#5077)Daniël van Noord2021-09-281-0/+4
* Fix ``invalid-name`` for overwritten base ``object`` methods (#5079)Daniël van Noord2021-09-281-0/+4
* Update toml dependency to >=0.9.2 (#5067)Jeroen Seegers2021-09-231-0/+4
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-231-0/+4
* Fix false-positive undefined-variable with Lambda, IfExp, and := (#5044)Marc Mueller2021-09-211-0/+3
* Make ``consider-using-f-string`` skip `format()` with backslash (#5055)Daniël van Noord2021-09-211-0/+2
* Fix bug with cell-var-from-loop and kw_defaults (#5045)David Liu2021-09-201-0/+5
* Require Python 3.6 for consider f-string check (#5024)Marc Mueller2021-09-171-3/+5
* Fix ``unspecified-encoding`` for ``Path.read_text()``Daniël van Noord2021-09-171-0/+6
* Spelling and grammar fixesVille Skyttä2021-09-171-2/+2
* Bump pylint to 2.11.1, update changelogv2.11.1Pierre Sassoulas2021-09-161-1/+7
* Fix ``unspecified-encoding`` for `Path()`Daniël van Noord2021-09-161-0/+3
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-10/+18
* Fix false positive ``unused-private-member`` for accessing attributes in a cl...yushao22021-09-141-0/+4
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-141-0/+4
* Fix false negative for use-symbolic-messagePierre Sassoulas2021-09-141-0/+4
* Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas2021-09-131-0/+4
* Documentation for ``pyreverse`` and ``symilar`` (#4992)Andreas Finkler2021-09-111-0/+4
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-111-0/+6
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-111-0/+2
* Fix bug with cache's parent directory not existing (#4988)Daniël van Noord2021-09-101-0/+4