Skip to content

Commit ce947a4

Browse files
committed
fix(general): python lint issues
1 parent f515e70 commit ce947a4

File tree

8 files changed

+35067
-13
lines changed

8 files changed

+35067
-13
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 = ["TC003", "T201","PT009", "D203", "D213", "COM812"]
43+
ignore = ["TC001", "TC002", "TC003", "TC004", "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)