summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* 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
* empty-comment line number bug fixOr Bahari2021-01-031-1/+1
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-024-12/+75
* mapreduce| Adds map/reduce functionality to SimilarCheckerFrank Harrison2021-01-021-1/+29
* Add constant for update file in pylint.test_utilsPierre Sassoulas2021-01-012-1/+4
* Use premature return to simplify the codePierre Sassoulas2020-12-311-24/+26
* Better and faster implementation of instance_has_boolPierre Sassoulas2020-12-311-1/+6
* Treat generator and comprehension more gracefullyPierre Sassoulas2020-12-311-6/+6
* Apply hippo91's suggestion for retrieving ancestorsPierre Sassoulas2020-12-311-11/+4
* Add a comment for unclear InferenceErrorPierre Sassoulas2020-12-311-0/+2
* Add a docstring to LenChecker.base_classes_of_nodePierre Sassoulas2020-12-311-0/+1
* Handle range, generator list/dict/set comprehensionPierre Sassoulas2020-12-311-2/+9
* Restrict the number of classes affected by len-as-conditionPierre Sassoulas2020-12-311-2/+11
* Add new function to recover all base class of a NodePierre Sassoulas2020-12-311-0/+16
* Sort the result of the output display during functional testsPierre Sassoulas2020-12-311-2/+4
* Fix undetected problem in functional .txt filesPierre Sassoulas2020-12-311-14/+4
* Create a function from differing output in functional testsPierre Sassoulas2020-12-311-12/+17
* Refactor assertion using the new function for error messagePierre Sassoulas2020-12-311-6/+3