Skip to content

Commit 8349a0a

Browse files
committed
style(pyproject): ignore TC001
1 parent 10bfcb2 commit 8349a0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ select = [
4848
"Q", "RET", "SLF", "SLOT", "SIM", "TID252", "TCH", "ARG", "PTH", "ERA", "TRY",
4949
"PERF", "INP", "I", "S", "FAST", "TID", "TCH", "INT"
5050
]
51-
ignore = ["N818", "RUF009", "UP018", "PLR6301", "PLR0913", "PLW0108", "TC006", "UP049", "UP046"]
51+
ignore = [
52+
"N818", "RUF009", "UP018", "PLR6301", "PLR0913", "PLW0108", "TC006",
53+
"UP049", "UP046", "TC001",
54+
]
5255

5356
[tool.ruff.lint.isort]
5457
lines-after-imports = 2

0 commit comments

Comments
 (0)