Skip to content

Commit b2e13ab

Browse files
committed
feat: loosen checks on tests/*
1 parent b0ae412 commit b2e13ab

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ max-complexity = 15
6161

6262
[tool.ruff.lint.per-file-ignores]
6363
"**/wip*.py" = ["ALL"]
64-
"**/tests/*" = ["D", "ANN", "S", "ERA", "INP001"]
64+
"**/tests/*" = ["D", "ANN", "S", "ERA", "INP001", "PLR2004", "SLF001", "ARG", "FBT", "PT011", "PGH004", "T201"]
6565
"*_" = ["D", "ANN", "S"]
6666
"wip*" = ["D", "ANN", "S"]
6767
"__init__.py" = ["D"]

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)