Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | [testutil] Do not count files with leading underscores | Pierre Sassoulas | 2023-03-28 | 1 | -2/+3 |
| | |||||
* | [refactor] Separate assertion from setup in functional test's test | Pierre Sassoulas | 2023-03-28 | 1 | -21/+32 |
| | |||||
* | [testutil] Add proper test for the functional tests helpers | Pierre Sassoulas | 2023-03-28 | 1 | -3/+69 |
| | |||||
* | Update disallowed-name to flag module-level variables (#7808) | Dani Alcala | 2023-01-25 | 1 | -1/+1 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Use ``python-typing-update`` on half of the ``tests`` directory (#6317) | Daniƫl van Noord | 2022-04-14 | 1 | -6/+9 |
| | |||||
* | Add a pre-commit hook to check the copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -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 notice | Pierre Sassoulas | 2022-03-24 | 1 | -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_text | Pierre Sassoulas | 2021-12-03 | 1 | -1/+1 |
| | | | | Better typing for test options and fix existing issue | ||||
* | Add a warning in functional test update for bad python versions | Pierre Sassoulas | 2021-12-03 | 1 | -0/+12 |
| | |||||
* | Add unit tests for LintModuleOutputUpdate | Pierre Sassoulas | 2021-12-03 | 1 | -0/+63 |