openfree commited on
Commit
a235190
·
verified ·
1 Parent(s): ff24b8f

Upload ruff (2).toml

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