fantos commited on
Commit
b7fc8af
·
verified ·
1 Parent(s): 94973e7

Upload ruff (3).toml

Browse files
Files changed (1) hide show
  1. 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"]