summaryrefslogtreecommitdiff
path: root/pylint/checkers
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in `undefined-variable` caused by chained attributes in metaclassfix-crash-in-attribute-checkClaudiu Popa2020-12-291-1/+4
* Merge pull request #3993 from isidentical/issue-3992hippo912020-12-291-0/+5
|\
| * Add changelog entryBatuhan Taskaya2020-12-281-1/+2
| * Make postponed annotations enabled by default for 3.10+Batuhan Taskaya2020-12-231-0/+4
* | Fix false positive for `not-async-context-manager` when `contextlib.asynccont...Claudiu Popa2020-12-281-2/+6
|/
* Fix regression about getfullargspec deprecationSorin Sbarnea2020-12-141-1/+0
* Remove hardcoded error for `bad-reversed-sequence` on dictsethan-leba2020-11-301-6/+3
* Add checks for deprecated functions since 3.6Federico Bond2020-11-271-0/+29
* Merge branch 'master' into issue3882Julien Palard2020-11-211-11/+36
|\
| * Avoid doing a regex search for line lengths unless necessaryRaphael Gaschignard2020-11-161-15/+11
| * Avoid doing a regex search for line lengths unless necessaryRaphael Gaschignard2020-11-161-6/+35
* | FIX: inferred.decorators does not exist on Module object.Julien Palard2020-11-151-1/+1
* | Handle class decorators during typing checks.Julien Palard2020-11-021-1/+10
|/
* Merge branch 'Require-enums-to-be-named-IN_ALL_CAPS' of https://github.com/He...hippo912020-10-291-0/+5
|\
| * Add copyrightへーさん2020-10-261-0/+1
| * Use break statement instead of returnへーさん2020-10-261-1/+1
| * Merge branch 'master' into Require-enums-to-be-named-IN_ALL_CAPSへーさん2020-10-132-8/+1
| |\
| * | Add check for enums name styleへーさん2020-10-131-0/+4
* | | Merge branch 'master' into bug_pylint_3885hippo912020-10-243-9/+27
|\ \ \
| * \ \ Merge pull request #3875 from hippo91/bug_pylint_3873hippo912020-10-181-3/+9
| |\ \ \
| | * | | Formatting according to blackhippo912020-10-031-2/+5
| | * | | Changes the way TryExcept node are considered return ended.hippo912020-10-031-3/+6
| | |/ /
| * | | Merge pull request #3864 from hippo91/bug_pylint_3120hippo912020-10-181-4/+16
| |\ \ \
| | * | | Taking into account @Pierre-Sassoulas remarkshippo912020-09-271-5/+7
| | * | | Adds an option to the ClassChecker to activate/deactivate protected-access me...hippo912020-09-261-5/+15
| | |/ /
| * | | Improve sphinx directives spelling filterPedro Algarvio2020-10-141-2/+2
| | |/ | |/|
* | | Formatting according to blackhippo912020-10-111-1/+3
* | | Adds '.Protocol' to TYPING_PROTOCOLS to handle parametrized Protocol types (P...hippo912020-10-111-1/+1
|/ /
* | Merge branch 'master' into from_future_annotations_asLuigi Bertaco Cristofolini2020-10-081-1/+0
|\ \
| * | Converting the strings in the values list to upper case serves no purpose as ...wtracy2020-10-021-1/+0
| |/
* | bugfix: accepts aliases for __future__ annotationsLuigi2020-10-011-7/+1
|/
* Fix `super-with-arguments` if no `__class__` cellDavid Cain2020-09-231-0/+1
* Fix spell-checker crash on docstring lines that look like # commentsGanden Schaffner2020-09-231-1/+1
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-1/+1
* Improve lint message for singleton-comparison with boolsethan-leba2020-09-221-31/+59
* Move len-checker helpers to utils fileethan-leba2020-09-223-29/+26
* fixed issue 3726: enhanced similarity checker (#3837)Eli Fine2020-09-191-6/+10
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-127-18/+18
* Update formatting following black and isort updatePierre Sassoulas2020-09-1016-83/+57
* Corrects type hintshippo912020-09-061-1/+1
* Corrects type hints and remove useless isinstancehippo912020-09-061-5/+3
* Adds some type hintshippo912020-09-061-5/+5
* Merge branch 'master' into bug_pylint_3468hippo912020-09-066-330/+378
|\
| * Add typing to pylint.refactoring._is_trailing_commaPierre Sassoulas2020-09-051-6/+10
| * Move the RefactoringChecker to its own filePierre Sassoulas2020-09-052-1342/+1352
| * Inline a private function that was used only oncePierre Sassoulas2020-09-051-5/+5
| * Fix a typo in RecommendationChecker's namePierre Sassoulas2020-09-052-3/+4
| * Move the RecommendationChecker to its own filePierre Sassoulas2020-09-052-111/+121
| * Move the LenChecker to its own filePierre Sassoulas2020-09-052-95/+105
| * Move the NotChecker to its own filePierre Sassoulas2020-09-052-79/+91