There was an error while loading. Please reload this page.
1 parent 142b2ea commit 6113584Copy full SHA for 6113584
1 file changed
pyproject.toml
@@ -12,7 +12,24 @@ pyrefly = "^0.24.2"
12
ruff = "^0.12.4"
13
14
[tool.ruff.lint]
15
-ignore = ["E402"]
+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
+]
33
34
[tool.ty.rules]
35
unresolved-import = "ignore"
0 commit comments