Skip to content

Commit 6113584

Browse files
committed
chore: ignore linter
1 parent 142b2ea commit 6113584

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,24 @@ pyrefly = "^0.24.2"
1212
ruff = "^0.12.4"
1313

1414
[tool.ruff.lint]
15-
ignore = ["E402"]
15+
ignore = [
16+
"BLE001",
17+
"C401",
18+
"C405",
19+
"C408",
20+
"E402",
21+
"EXE001",
22+
"FA100",
23+
"FA102",
24+
"I001",
25+
"RUF019",
26+
"TRY201",
27+
"UP001",
28+
"UP004",
29+
"UP008",
30+
"UP009",
31+
"UP010"
32+
]
1633

1734
[tool.ty.rules]
1835
unresolved-import = "ignore"

0 commit comments

Comments
 (0)