diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/.ruff.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/.ruff.toml b/Lib/test/.ruff.toml index f4e68eb..424c81f 100644 --- a/Lib/test/.ruff.toml +++ b/Lib/test/.ruff.toml @@ -3,6 +3,8 @@ select = [ "F811", # Redefinition of unused variable (useful for finding test methods with the same name) ] extend-exclude = [ + # Excluded (run with the other AC files in its own separate ruff job in pre-commit) + "test_clinic.py", # Excluded (these aren't actually executed, they're just "data files") "tokenizedata/*.py", # Failed to lint |