seawolf2357 commited on
Commit
74c0335
·
verified ·
1 Parent(s): 40f370c

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"]