Tony Wu commited on
Commit
658164b
1 Parent(s): 0858809

build: add ruff.toml

Browse files
Files changed (1) hide show
  1. ruff.toml +7 -0
ruff.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ line-length = 120
2
+
3
+ [lint]
4
+ select = ["E", "F", "W", "I", "N"]
5
+
6
+ [lint.per-file-ignores]
7
+ "__init__.py" = ["F401"]