We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843f9c9 commit 8afa8a3Copy full SHA for 8afa8a3
pyproject.toml
@@ -34,7 +34,7 @@ line-length = 79
34
35
[tool.ruff.lint]
36
select = ["ALL"]
37
-ignore = ["COM", "D1", "PLR2004", "PT", "S101", "T20"]
+ignore = ["COM", "D1", "FIX002", "PLR2004", "PT", "S101", "T20", "TD"]
38
39
[tool.ruff.lint.isort]
40
force-single-line = true
0 commit comments