summaryrefslogtreecommitdiff
path: root/tests/test_pylint_runners.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-6/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-4/+4
* [deprecation] epylint removal for pylint 3.0.0 (#8400)Pierre Sassoulas2023-03-081-23/+1
* [test] Use an empty pylintrc so tests to not depend on system's conf (#8350)Pierre Sassoulas2023-02-261-1/+1
* Drop dependency on py module (#7829)Lumír 'Frenzy' Balhar2022-11-231-13/+13
* Deprecation following the separation of emacs related file to https://github....Pierre Sassoulas2022-11-191-6/+24
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-181-0/+23
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-3/+3
* Add typing to several test files (#7440)Daniël van Noord2022-09-091-1/+1
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-4/+14
* Remove ignores for ``LocalPath``Daniël van Noord2022-09-031-1/+1
* [typing] Add typing to the tests directory (#7183)Pierre Sassoulas2022-07-141-2/+4
* Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-111-1/+36
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-2/+4
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Allow passing arguments if ``epylint`` entry point is used as function (#5616)Daniël van Noord2021-12-311-1/+3
* Rename ``arguments`` to ``argv`` in entry point functions (#5619)Daniël van Noord2021-12-311-1/+1
* Allow passing arguments when entry points are used as functions (#5613)Daniël van Noord2021-12-301-0/+11
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-1/+3
* Remove classes.dot after testing #4762Daniël van Noord2021-07-281-6/+7
* Squash TestRunners into a single parametrized testClaudiu Popa2020-04-031-40/+13
* Invoke the runners under exit-0 conditions in testsFrank Harrison2020-04-031-0/+47