alvarobartt HF staff commited on
Commit
4feae5e
1 Parent(s): 5729186

Add simple `ruff.toml` configuration

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