Skip to content

Commit f515e70

Browse files
committed
fix: Python fixes
1 parent 810ac86 commit f515e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ target-version = "py314"
4040
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
4141
# McCabe complexity (`C901`) by default.
4242
select = ["ALL"]
43-
ignore = ["T201","PT009", "D203", "D213", "COM812"]
43+
ignore = ["TC003", "T201","PT009", "D203", "D213", "COM812"]
4444

4545
# Allow fix for all enabled rules (when `--fix`) is provided.
4646
fixable = ["ALL"]

0 commit comments

Comments
 (0)