Skip to content

Commit e8ff2ab

Browse files
committed
git add ruff.toml
1 parent 64eed41 commit e8ff2ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ruff.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ignore = [
2+
"E402", # Module level import not at top of file
3+
"F401", # module imported but unused; consider using `importlib.util.find_spec` to test for availability
4+
"F403", # Run `removestar` on this codebase
5+
"F405", # Run `removestar` on this codebase
6+
"F841", # Run `ruff --select=F841 --fix .`
7+
]
8+
line-length=129

0 commit comments

Comments
 (0)