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 810ac86 commit f515e70Copy full SHA for f515e70
ruff.toml
@@ -40,7 +40,7 @@ target-version = "py314"
40
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
41
# McCabe complexity (`C901`) by default.
42
select = ["ALL"]
43
-ignore = ["T201","PT009", "D203", "D213", "COM812"]
+ignore = ["TC003", "T201","PT009", "D203", "D213", "COM812"]
44
45
# Allow fix for all enabled rules (when `--fix`) is provided.
46
fixable = ["ALL"]
0 commit comments