summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* [unused-private-member] Handle the 'None' case for attribute expressionPierre Sassoulas2021-06-301-0/+2
* [unused-private-member] Remove boolean in favor of using for/elsePierre Sassoulas2021-06-301-7/+3
* Add typing in '_check_unused_private_members''s for loopsPierre Sassoulas2021-06-301-1/+3
* Move back to a dev version following 2.9.1 releasePierre Sassoulas2021-06-301-1/+1
* Bump pylint to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-06-302-2/+2
* Fix deprecated methods from #4620Matus Valo2021-06-291-6/+1
* Move back to a dev version and upgrade documentationPierre Sassoulas2021-06-291-1/+1
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-2911-5/+12
* Added various deprecated functions/methods for python 3.10, 3.7, 3.6 and 3.3Matus Valo2021-06-291-1/+24
* Fixed failing unittestsMatus Valo2021-06-291-1/+5
* Added support for deprecated method aliasMatus Valo2021-06-291-5/+9
* Omit 'checker' in verbatim name of ``ConfusingConsecutiveElifChecker`` as it ...DudeNr332021-06-291-1/+1
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-272-0/+6
* Add type annotations to pyreverse (#4551)Mark Byrne2021-06-264-27/+99
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-252-15/+11
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-252-3/+15
* Add a '__repr__' function in DocstringPierre Sassoulas2021-06-251-0/+3
* Fix a crash when a test function is decorated with ``@pytest.fixture`` (#4613)Pierre Sassoulas2021-06-231-1/+2
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-203-48/+1
* Recognize cached_property as property (#4594)Marc Mueller2021-06-191-1/+1
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-173-8/+33
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-1719-4/+24
* Migration from setuptools_scm to tbumpPierre Sassoulas2021-06-171-6/+1
* Remove deprecated astroid.Index and astroid.ExtSlice nodes (#4568)Marc Mueller2021-06-164-27/+4
* Remove deprecated astroid.Ellipsis node (#4567)Marc Mueller2021-06-162-6/+5
* Refactor the json reporter so handle message work the same wayPierre Sassoulas2021-06-151-8/+6
* Use a NamedTuple from typing directlyPierre Sassoulas2021-06-151-5/+9
* Remove dead code, always return the confidencePierre Sassoulas2021-06-151-3/+1
* Add unit tests for OutputLinePierre Sassoulas2021-06-151-5/+8
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-157-28/+21
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-141-2/+0
* Fix error with slice as subscript for dictMarc Mueller2021-06-131-2/+2
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-122-84/+84
|\
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-122-84/+84
* | Add note to CodeStyleCheckerMarc Mueller2021-06-101-0/+9
|/
* Improve documentationMarc Mueller2021-06-101-0/+3
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-102-26/+59
* Change to consider-using-tupleMarc Mueller2021-06-101-6/+10
* Fix existing codeMarc Mueller2021-06-106-11/+11
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-101-1/+22
* Add additional documenation for typing extensionMarc Mueller2021-06-101-0/+1
* Update explanationMarc Mueller2021-06-101-3/+6
* Clarify documentation typing extensionMarc Mueller2021-06-101-4/+4
* Implemented new checker await-outside-async (#4514)yushao22021-06-091-0/+19
* Improve traceback for pytest runsMarc Mueller2021-06-071-0/+4
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-026-11/+11
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-022-9/+11
* Add typing in pylint.messagesPierre Sassoulas2021-06-024-68/+56
* Add new checker invalid-all-formatMarc Mueller2021-06-011-0/+10
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-316-7/+86