summaryrefslogtreecommitdiff
path: root/pylint/checkers
Commit message (Expand)AuthorAgeFilesLines
* Small performance improvement (PEP 585 check) (#4335)Marc Mueller2021-04-111-4/+5
* fixing comments to break into multiple linesEli Fine2021-04-101-1/+1
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-101-12/+22
* Update pylint/checkers/spelling.pyEli Fine2021-04-101-3/+2
* removing extraneous line and adding clarifying commentEli Fine2021-04-101-1/+1
* skipping spellcheck for code flanked in backticksEli Fine2021-04-101-1/+23
* skipping spellcheck for tool directives in commentsEli Fine2021-04-101-12/+31
* Formattinghippo912021-04-091-2/+1
* Setup formatting of new and old scoreshippo912021-04-091-2/+2
* Revert "Refactor - Remove unused and untested code in utils"hippo912021-04-093-9/+27
* Don't show DuplicateBasesError for attribute access (#4317)Marc Mueller2021-04-081-0/+2
* Bug pylint 4019 (#4311)hippo912021-04-081-0/+7
* Fix false-positive used-before-assignment in function returnsMarc Mueller2021-04-071-1/+6
* Fix some LGMT errors - unreachable-statementMarc Mueller2021-04-071-1/+0
* Bug pylint 4122 (#4304)hippo912021-04-071-1/+8
* Use prescriptve description for unidiomatic-typecheckDudeNr332021-04-061-1/+1
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-043-4/+4
* Apply const-naming-style to module const annotated with FinalMarc Mueller2021-04-031-0/+4
* Replace filterMarc Mueller2021-04-031-3/+1
* Replace mapMarc Mueller2021-04-036-7/+10
* Allow protected-access in class methods (#4267)James Sinclair2021-04-011-0/+46
* Fix class constant namingMarc Mueller2021-04-012-5/+9
* Fix PEP 585 - collections.abc.SetMarc Mueller2021-04-011-1/+1
* Fix value assigned to local variable 'bare_raise' is never usedPierre Sassoulas2021-03-311-7/+2
* Make import from tokenize more explicitPierre Sassoulas2021-03-311-3/+4
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-316-24/+22
* better docstring in message handler mixinPierre Sassoulas2021-03-311-2/+0
* Added deprecated attribute checks to stdlib (#4128)Matus Valo2021-03-301-123/+170
* Fix issue with annotated class constants (#4266)Marc Mueller2021-03-301-6/+13
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-298-1/+13
* Fix various problems with --import-graph filename parsing (#4259)Andrew Howe2021-03-291-16/+19
* Fix false-positive for unused-import on class keyword argumentsMarc Mueller2021-03-281-0/+8
* Fix a typo where 'msg =' was repeated twicePierre Sassoulas2021-03-281-1/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-2814-95/+85
* Redefining __hash__ without redefining __eq__ is suspiciousPierre Sassoulas2021-03-281-0/+5
* Fix classes do not defining 4 ordering comparison methodsPierre Sassoulas2021-03-282-2/+4
* Remove unsued assignment in raw_metrics.pyPierre Sassoulas2021-03-281-1/+0
* Refactor and cleanup of PEP 604 checkMarc Mueller2021-03-271-34/+47
* Use value.qname() to check if class is subscriptable PEP585Marc Mueller2021-03-271-42/+39
* Improve handling of assignment expressionsMarc Mueller2021-03-261-1/+22
* Fix 'assert' statement contains an expression with side effectsPierre Sassoulas2021-03-251-2/+4
* Fix kwargs is not a supported in function get_tokenizerPierre Sassoulas2021-03-251-4/+6
* Fix column index of FIXME warnings (#4246)Konstantina Saketou2021-03-251-2/+1
* Fix private method hidden by ancestor class attribute (#4177)tiagohonorato2021-03-211-0/+2
* Move deprecated module checker to DeprecatedMixin (#4225)Matus Valo2021-03-172-12/+43
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-5/+4
* remove print statementJens H. Nielsen2021-03-121-1/+0
* Dont check deprecated arguments of deprecated functionMatus Valo2021-03-101-0/+1
* Remove 'whitelist' term in imports checkerPeter Kolbus2021-03-091-1/+1
* Remove 'whitelist' term in python3 checkerPeter Kolbus2021-03-091-2/+2