summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-092-3/+22
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-092-9/+9
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-094-20/+20
* Fix astroid.Inference error for undefined-variables with len()Marc Mueller2021-03-081-1/+5
* Fix functional test fail so it can be copy pastedPierre Sassoulas2021-03-071-1/+1
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-071-5/+6
* Print helpful error when toml decode fails (#4176)Quentin Young2021-03-071-1/+7
* pyreverse: Add output directory command-line optionMark Byrne2021-03-071-3/+1
* pyreverse: Add output directory command-line optionMark Byrne2021-03-072-0/+17
* Add typing that were lacking following refactorPierre Sassoulas2021-03-071-10/+6
* Introduced deprecated attributesMatus Valo2021-03-061-4/+71
* Add is_class_var utils functionMarc Mueller2021-03-062-8/+12
* Add --class-const-naming-styleMarc Mueller2021-03-061-2/+17
* Fix false-positive no-member for typed annotations without default valueMarc Mueller2021-03-062-6/+25
* Exempt TypedDict from too-few-public-methods checkMarc Mueller2021-03-061-2/+3
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-052-10/+24
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-051-2/+16
* Fix Enum invalid name with snake_case presetMarc Mueller2021-03-021-1/+2
* Upgrade the changelog following release of 2.7.2Pierre Sassoulas2021-02-281-1/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-2822-27/+18
* Remove TypedDict hotfixMarc Mueller2021-02-281-5/+0
* Update astroid versionMarc Mueller2021-02-281-1/+1
* Use correct SPDX license tagMarc Mueller2021-02-281-1/+1
* Update requirementsMarc Mueller2021-02-281-1/+1
* Properly strip dangerous sys.path entries (not just the first one) (#4153)Louis Sautier2021-02-281-2/+1
* Fix False positive on Enum.__members__.items() (#4135)Ikraduya Edian2021-02-271-0/+12
* Fix benchmark test (#4138)Marc Mueller2021-02-231-1/+5
* Expose UnittestLinter in testutils after 2.7Lefteris Karapetsas2021-02-221-0/+2
* Add 2.8.0 in the ChangelogPierre Sassoulas2021-02-211-2/+2
* Better documentation for the change in version during releasePierre Sassoulas2021-02-211-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-2157-69/+136
* Upgrade version to 2.7.0 and fix astroid to 2.5.0Pierre Sassoulas2021-02-211-2/+2
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-2112-100/+48
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-2133-105/+105
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-2140-62/+0
* Move message definition to the DeprecatedMixin classMatus Valo2021-02-212-1/+10
* Introduced DeprecatedMixinMatus Valo2021-02-213-34/+63
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-201-0/+61
* Fix false positive when map() receives iterableTiago Honorato2021-02-201-0/+1
* Fix false positive when zip() receives iterable (#4105)tiagohonorato2021-02-191-0/+1
* add nan-comparison checker for NaN comparisonsOr Bahari2021-02-181-2/+57
* Fix issue with nested PEP 604 syntaxMarc Mueller2021-02-161-7/+22
* Fix issue with nested PEP 585 syntaxMarc Mueller2021-02-161-4/+10
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-1617-112/+58
* Remove Python 3.4 compatibility code from MessageDavid Gilman2021-02-161-3/+1
* Graingert add generated members match against the qualified name (#4092)Pierre Sassoulas2021-02-151-11/+21
* Fix E265 block comment should start with '# 'Pierre Sassoulas2021-02-151-1/+2
* Fix W504 line break after binary operatorPierre Sassoulas2021-02-151-4/+2
* Fix E266 too many leading '#' for block commentPierre Sassoulas2021-02-151-9/+2
* Fix E731 do not assign a lambda expression, use a defPierre Sassoulas2021-02-151-2/+5