summaryrefslogtreecommitdiff
path: root/tests/lint/test_pylinter.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-201-7/+0
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-4/+1
* Drop dependency on py module (#7829)Lumír 'Frenzy' Balhar2022-11-231-7/+8
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-2/+2
* Finish some incomplete typing signatures (#7442)Daniël van Noord2022-09-091-2/+3
* Remove ignores for ``LocalPath``Daniël van Noord2022-09-031-1/+1
* Refactor check() (#7288)Daniël van Noord2022-08-171-5/+20
* Deprecate ``load_command_line_configuration``Daniël van Noord2022-04-111-1/+3
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-7/+1
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-121-1/+1
* Fix deprecation 'check function will only accept sequence of string' (#5218)Pierre Sassoulas2021-10-271-0/+6
* Remove test dependency mypy-extensions (#4969)Marc Mueller2021-09-051-1/+6
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-2/+9
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-121-0/+25