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