summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* 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
* F841 local variable 'exc' is assigned to but never usedPierre Sassoulas2021-02-151-1/+1
* Fix E301 expected 1 blank line, found 0Pierre Sassoulas2021-02-151-2/+14
* Fix all E741 ambiguous variable name 'l'Pierre Sassoulas2021-02-151-1/+1
* Fix E714 test for object identity should be 'is not'Pierre Sassoulas2021-02-151-2/+2
* Fix TypedDict inherit-non-class false-positive Python 3.9+Marc Mueller2021-02-151-0/+5
* Fix multiple false positives with assignment expressionsMarc Mueller2021-02-151-0/+30
* Add check for alternative union syntax - PEP 604Marc Mueller2021-02-152-0/+45
* Add support for pep585 with postponed evaulationMarc Mueller2021-02-152-5/+84
* Drop support for Python 3.5 to fix typingMarc Mueller2021-02-151-1/+0
* Remove hash functionMarc Mueller2021-02-151-3/+0
* Fix base class "CheckerTestCase" defined the type as "None"Pierre Sassoulas2021-02-071-2/+2
* Fix need type annotation for 'CONFIG'Pierre Sassoulas2021-02-071-1/+2
* Fix type of argument in multiset_differencePierre Sassoulas2021-02-071-2/+4
* Initialize a boolean value as False instead of NonePierre Sassoulas2021-02-071-1/+1
* Fix base class "object" defined __hash__ as "Callable[[object], int]"Pierre Sassoulas2021-02-071-1/+2
* Clearer return in _get_expected for functional testPierre Sassoulas2021-01-241-4/+4
* Create a constant for version check and refactor existing onePierre Sassoulas2021-01-243-4/+8
* Better error message in case of Malformed functional testsPierre Sassoulas2021-01-241-5/+26
* Premature return in LintModuleTest._get_expectedPierre Sassoulas2021-01-241-10/+8
* Better variable name and syntax in LintModuleText.SetUpPierre Sassoulas2021-01-241-23/+15
* Column in functional test taken into account only from py3.8Pierre Sassoulas2021-01-241-2/+11
* Add column to the information checked for functional testsPierre Sassoulas2021-01-241-5/+6
* Enforce docparams consistently when docstring is not present (#3916)Logan Miller2021-01-091-0/+14
* Fix location metadata on backslash lint checksMatthew Suozzo2021-01-041-12/+31