summaryrefslogtreecommitdiff
path: root/pylint/checkers/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add is_class_var utils functionMarc Mueller2021-03-061-0/+10
* Fix false-positive no-member for typed annotations without default valueMarc Mueller2021-03-061-0/+24
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+6
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Fix issue with nested PEP 585 syntaxMarc Mueller2021-02-161-4/+10
* Add check for alternative union syntax - PEP 604Marc Mueller2021-02-151-0/+10
* Add support for pep585 with postponed evaulationMarc Mueller2021-02-151-4/+83
* Create a constant for version check and refactor existing onePierre Sassoulas2021-01-241-2/+2
* Add changelog entryBatuhan Taskaya2020-12-281-1/+2
* Make postponed annotations enabled by default for 3.10+Batuhan Taskaya2020-12-231-0/+4
* Formatting according to blackhippo912020-10-111-1/+3
* Adds '.Protocol' to TYPING_PROTOCOLS to handle parametrized Protocol types (P...hippo912020-10-111-1/+1
* bugfix: accepts aliases for __future__ annotationsLuigi2020-10-011-7/+1
* Move len-checker helpers to utils fileethan-leba2020-09-221-0/+22
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-7/+4
* Sets up copyrighthippo912020-08-201-0/+3
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-2/+1
* Fix scoping for function annotations, decorators and base classes (#3713)Andrew Simmons2020-07-121-4/+8
* Add rule raise-missing-fromRam Rachum2020-06-221-0/+18
* Fix exception causes all over the codebaseRam Rachum2020-06-141-5/+5
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-4/+18
* Recognize classes that explicitly inherit from `ABC` or define `metaclass=ABC...Slavfox2020-03-241-0/+12
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-3/+1
* Remove obsolete explicit conversion to integer of a string formatting keynameClaudiu Popa2020-03-111-3/+0
* Adjust some annotations and refactor small checksClaudiu Popa2020-03-081-11/+12
* Correct some types and guard against unexpected values in classes checkersClaudiu Popa2020-03-081-1/+1
* Protect `node_frame_class` against looping continuously on UninferableClaudiu Popa2020-03-021-2/+10
* Emit ``unused-argument`` for functions that partially uses their argument lis...Claudiu Popa2020-02-051-10/+3
* Add missing special method names (#3282)Matthijs Blom2019-12-021-6/+5
* ``safe_infer`` can infer a value as long as all the paths share the same type.Claudiu Popa2019-11-271-6/+21
* [formating] Bump black and isortDjailla2019-11-181-5/+5
* Do not exempt bare except from ``undefined-variable`` and similar checksClaudiu Popa2019-11-131-1/+1
* ``typing.overload`` functions are exempted from ``too-many-function-args``Claudiu Popa2019-10-171-4/+6
* `invalid-overridden-method` takes `abc.abstractproperty` in accountClaudiu Popa2019-10-161-2/+0
* Fix ``utils.is_error`` to account for functions returning early.Claudiu Popa2019-09-301-3/+7
* Allow signature mutators to be verified against the name as well as qualified...Claudiu Popa2019-09-231-1/+5
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-11/+2
* [checkers.utils] Incompatible return value type (expected List[Any]) (#3049)Pierre Sassoulas2019-08-091-1/+1
* Added a new check, ``invalid-overridden-method``Claudiu Popa2019-07-181-7/+12
* Fix linting and typing errorsClaudiu Popa2019-07-161-2/+2
* Excluded protocol classes from a couple of checks. Close #3002.Claudiu Popa2019-07-161-0/+15
* Fixed false positives for function stubs (#2927)Ashley Whetter2019-05-261-0/+12
* Use explicit astroid imports where implicit ones were being usedClaudiu Popa2019-05-221-2/+2
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-8/+3
* Add a function to figure out if a node is a property setter and use it accord...Claudiu Popa2019-05-211-1/+21
* Correct infered to inferredClaudiu Popa2019-05-201-11/+11
* Collapse if/else into ternaryNathan Marrow2019-03-221-4/+1
* Don't recurse in inherit_from_std_exNathan Marrow2019-03-221-7/+10
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-5/+5