summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move back to a dev version following 2.10.0 releasePierre Sassoulas2021-08-202-0/+22
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-202-17/+33
* Add consider-ternary-expression extensionNick Drozd2021-08-201-1/+5
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-0/+4
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-171-0/+4
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-0/+2
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-151-0/+2
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-141-0/+2
* Improvements consider-using-tuple (#4838)Marc Mueller2021-08-131-0/+10
* Add new check - use-sequence-for-iterationMarc Mueller2021-08-131-0/+2
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-122-1/+6
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-8/+0
* Fix bugs in W0640 cell-var-from-loop checker (#4827)David Liu2021-08-121-0/+9
* Fix the link to the discord server in the doc (#4830)Pierre Sassoulas2021-08-111-1/+2
* Add ``redundant-u-string-prefix`` checker (#4804)Daniël van Noord2021-08-061-1/+5
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-053-4/+31
* Documentation for what blocks are and FAQ clean up (#4800)Pierre Sassoulas2021-08-041-24/+25
* Add ``format-string-without-interpolation`` checker (#4794)Daniël van Noord2021-08-041-0/+4
* Upgrade astroid to 2.6.6Pierre Sassoulas2021-08-041-1/+1
* Refactor ``--list-msgs`` & ``--list-msgs-enabled`` (#4793)Daniël van Noord2021-08-031-0/+4
* Fix false negative for used-before-assignment (ExceptHandler) (#4791)David Liu2021-08-031-0/+5
* Fix false positives for ``superfluous-parens`` (#4784)Daniël van Noord2021-08-031-0/+7