summaryrefslogtreecommitdiff
path: root/pylint/testutils/functional/lint_module_output_update.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
|
* Use ``python-typing-update`` on ``pylint/testutils`` directoryDaniël van Noord2022-04-141-4/+5
|
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
| | | | | | git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-4/+15
| | | | Better typing for test options and fix existing issue
* Add a warning in functional test update for bad python versionsPierre Sassoulas2021-12-031-0/+16
|
* Move LintModuleOutputUpdate to pylint.testutil.functionalPierre Sassoulas2021-12-031-0/+27