summaryrefslogtreecommitdiff
path: root/tests/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* Fix existing testsMarc Mueller2021-06-101-1/+1
* Fix existing codeMarc Mueller2021-06-101-3/+3
* Implemented new check consider-using-from-import (#4491)yushao22021-05-231-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-1115-15/+15
* New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)DudeNr332021-04-111-0/+195
* Update copyright notice with copyritePierre Sassoulas2021-02-2810-10/+10
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-2113-4/+18
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-212-2/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-24/+16
* Enforce docparams consistently when docstring is not present (#3916)Logan Miller2021-01-091-1/+39
* empty-comment line number bug fixOr Bahari2021-01-031-4/+4
* Merge pull request #3842 from luigibertaco/enhancement-3800-ignore-argument-n...hippo912020-10-181-0/+140
|\
| * adds `useless-param-doc` and `useless-type-doc`Luigi2020-09-251-15/+30
| * Adds support to `ignored-argument-names` in DocstringParameterCheckerLuigi2020-09-181-0/+125
* | Add empty-comment checker extensionOr2020-10-072-0/+43
|/
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-2013-13/+20
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-187-12/+7
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-011-0/+1
* Remove unittest.main() not required with pytestPierre Sassoulas2020-05-012-12/+2
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-2713-18/+54
* Fix the broken tests: raises do not exist in PythonPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix function redefinition in check_docsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all W0223: abstract-method in pylint's own testsPierre Sassoulas2020-04-202-0/+6
* [tests lint] Fix all W0613 unused-argument in pylint's own testsPierre Sassoulas2020-04-207-17/+15
* [tests lint] Disable all the too-many-public-methods warningPierre Sassoulas2020-04-204-0/+12
* [tests lint] Fix all W0611 unused-import in pylint's own testsPierre Sassoulas2020-04-201-3/+2
* [tests lint] Fix some E0102: method already defined in testsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all W0612 unused-variable in pylint's own testsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all W0107 (unnecessary-pass) in pylint's own testsPierre Sassoulas2020-04-201-1/+0
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-244-4/+0
* Fixed broad_try_clause extension to check try/finally statements and to check...Tyler Thieding2020-02-052-4/+57
* docparams can identify multiple types in raises sectionsAshley Whetter2019-10-171-1/+37
* Fixed ``missing-yield-type-doc`` ignoring type annotation (#3195)Ashley Whetter2019-10-172-15/+35
* Exempt kwonly arguments when they are annotated from missing-type-doc. Close ...Claudiu Popa2019-09-231-0/+18
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-126-15/+0
* Allow a `.` as a prefix for Sphinx name resolution. (#3058)Danny Hermes2019-08-161-0/+18
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-2212-962/+1167
* Stopped installing tests with packageAshley Whetter2019-06-2025-0/+5033