summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+2
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-261-0/+6
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-0/+5
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-251-0/+5
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-252-2/+5
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-251-0/+4
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-0/+5
* Make ``used-before-assignment`` consider classes in method annotation and def...Daniël van Noord2021-10-231-0/+5
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-191-0/+2
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-191-0/+4
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-181-0/+5
* Make ``undefined-variable`` check line numbers of metaclass parametersDaniël van Noord2021-10-181-0/+5
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-0/+12
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-151-0/+5
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-131-2/+5
* Bump python-docs-theme from 2021.8 to 2021.11.1 (#5141)dependabot[bot]2021-10-111-1/+1
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-111-0/+3
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-101-0/+7
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-101-0/+8
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-0/+4
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-071-1/+2
* Move staticmethods out of MessagesHandlerMixIn (#5123)Daniël van Noord2021-10-071-1/+5
* Improve and flatten ``unused-wildcard-import`` message (#5110)Daniël van Noord2021-10-041-0/+4
* Add ``flynt`` to 2.11 changelogDaniël van Noord2021-09-171-1/+2
* Spelling and grammar fixesVille Skyttä2021-09-173-4/+4
* Move back to a dev version following 2.11.0 releasePierre Sassoulas2021-09-162-0/+26
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-162-3/+29
* Fix false positive ``unused-private-member`` for accessing attributes in a cl...yushao22021-09-141-0/+4
* Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord2021-09-141-0/+4
* Bump sphinx from 4.1.2 to 4.2.0dependabot[bot]2021-09-131-1/+1
* Documentation for ``pyreverse`` and ``symilar`` (#4992)Andreas Finkler2021-09-115-0/+110
* Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord2021-09-111-0/+6
* Fix bug with cache's parent directory not existing (#4988)Daniël van Noord2021-09-101-0/+4
* Make ``min-similarity-lines == 0`` stop similarity check (#4970)Daniël van Noord2021-09-071-0/+4
* Fix typos in useless-suppression topicJacob Walls2021-09-061-2/+2
* Extend consider-using-in for attribute accessMarc Mueller2021-09-051-0/+2
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-7/+9
* Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord2021-09-011-0/+4
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-011-0/+5
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-012-3/+6
* 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-312-5/+8
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-311-0/+4
* Fix faq.rst:138:undefined label: message-controlPierre Sassoulas2021-08-311-0/+2
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-301-0/+1
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-301-0/+7
* Bump python-docs-theme from 2021.5 to 2021.8 (#4931)dependabot[bot]2021-08-301-1/+1
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-0/+10
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-301-0/+3
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-302-1/+5