Skip to content

Commit c2a6ff1

Browse files
committed
add ruff.toml
1 parent 1c55d3b commit c2a6ff1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ruff.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
line-length = 80
2+
3+
[lint.per-file-ignores]
4+
# init modules can contain the local imports, logic, unused imports
5+
"__init__.py" = ["F401"]
6+
7+
[lint]
8+
preview = true
9+
select = ["E", "F", "I", "C90"]

0 commit comments

Comments
 (0)