Spaces:
Runtime error
Runtime error
Upload ruff (2).toml
Browse files- ruff (2).toml +4 -0
ruff (2).toml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
line-length = 120
|
2 |
+
target-version = "py310"
|
3 |
+
|
4 |
+
lint.select = ["I"]
|