summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Extend consider-using-in for attribute accessMarc Mueller2021-09-051-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-044-11/+9
* Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord2021-09-032-71/+78
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-0340-334/+357
* Remove unused ``visit_package`` functionDaniël van Noord2021-09-011-10/+0
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-011-4/+4
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-011-5/+3
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-011-3/+3
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-014-1485/+0
* Remove dead visit_exec method (#4943)Marc Mueller2021-09-011-5/+0
* Fix false positive `dict-iter-missing-items` for tuple keys (#4939)Daniël van Noord2021-08-311-0/+4
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-311-2/+6
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-311-1/+5
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-301-4/+16
* Fix a typo in a LenChecker docstringPierre Sassoulas2021-08-301-1/+1
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-301-0/+47
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-303-57/+209
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-301-1/+6
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-3045-263/+284
* Upgrade ignored-parents help description (#4926)Melvin2021-08-281-1/+1
* Move back to a dev version following 2.10.2 releasePierre Sassoulas2021-08-211-1/+1
* Bump pylint to 2.10.2, update changelogv2.10.2Pierre Sassoulas2021-08-211-1/+1
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-211-3/+7
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-2/+2
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-207-3/+7
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-208-6/+8
* pylint does not crash when PYLINT_HOME does not exist (#4884)Ashley Whetter2021-08-201-6/+10
* Move back to a dev version following 2.10.0 releasePierre Sassoulas2021-08-201-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-2029-17/+41
* Prevent crash in CI environnement if we can't write in pylint's cachePierre Sassoulas2021-08-201-2/+9
* [PYLINT-HOME change] Less spam when using pylint in parallelPierre Sassoulas2021-08-201-2/+21
* Add consider-ternary-expression extensionNick Drozd2021-08-201-0/+53
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-209-48/+12
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-191-1/+6
* Revert cache size increaseMarc Mueller2021-08-191-2/+2
* Increase cache sizeMarc Mueller2021-08-191-2/+2
* Add InferenceContext argumentMarc Mueller2021-08-191-2/+5
* Add cached infer_all helper functionMarc Mueller2021-08-195-67/+64
* Refactor existing code - code_style extension (#4872)Marc Mueller2021-08-191-9/+4
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-1910-38/+23
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-1915-269/+264
* Use alias for astroid.nodes 03 (#4866)Marc Mueller2021-08-186-410/+387
* Prevent crashing when it's impossible to create the issue templatePierre Sassoulas2021-08-181-4/+7
* pyreverse - Handle a regression with typehints of type astroid.Subscript (#4859)Mark Byrne2021-08-181-0/+2
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-187-17/+41
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-189-277/+277
* Use alias for astroid.nodes 01 (#4855)Marc Mueller2021-08-174-269/+267
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-171-5/+18
* Fix crash on relative import beyond top-level packagePierre Sassoulas2021-08-151-7/+8
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-2/+14