summaryrefslogtreecommitdiffstats
path: root/Lib/test/.ruff.toml
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] Enable ruff on several more files in `Lib/test` (#110929) (#110934)Alex Waygood2023-10-161-5/+0
| | | (cherry-picked from commit 02d26c4bef3ad0f9c97e47993a7fa67898842e5c)
* [3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899)Miss Islington (bot)2023-10-151-2/+0
| | | | | | | Lint: Include test_monitoring.py for Ruff (GH-110898) (cherry picked from commit 9608704cde4441c76c1b8b765e3aea072bca3b0d) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)Alex Waygood2023-10-101-0/+2
|
* [3.12] Lint: Remove files that no longer fail to parse (GH-110356) (#110360)Hugo van Kemenade2023-10-041-2/+0
| | | Remove files that no longer fail to parse
* [3.12] Enable ruff on `Lib/test/test_typing.py` (#110179) (#110288)Alex Waygood2023-10-031-1/+0
| | | Enable ruff on `Lib/test/test_typing.py` (#110179)
* [3.12] gh-108303: Create Lib/test/test_dataclasses/ directory (GH-108978) ↵Miss Islington (bot)2023-10-021-1/+1
| | | | | | | | | | | | | | | | | (#109674) * gh-108303: Create Lib/test/test_dataclasses/ directory (GH-108978) Move test_dataclasses.py and its "dataclass_*.py" modules into the new Lib/test/test_dataclasses/ subdirectory. (cherry picked from commit 14d6e197cc56e5256d501839a4e66e3864ab15f0) Co-authored-by: Victor Stinner <vstinner@python.org> * Fix Lint job: update Lib/test/.ruff.toml --------- Co-authored-by: Victor Stinner <vstinner@python.org>
* [3.12] gh-60283: Check for redefined test names in CI (GH-109161) (#109365)Miss Islington (bot)2023-09-141-0/+42
* gh-60283: Check for redefined test names in CI (GH-109161) (cherry picked from commit 3cb9a8edca6e3fa0f0045b03a9a6444cf8f7affe) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> * Update exclude list for 3.12 * Explicitly exclude files which failed to lint/parse * Sort to avoid future merge conflicts --------- Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>