Skip to content

Commit 5b2aff4

Browse files
committed
Set default line-length and explicitly select rules
1 parent a099cb2 commit 5b2aff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruff.toml

+3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ exclude = [
1010
]
1111
target-version = "py37"
1212

13+
line-length = 132
14+
1315
[lint]
16+
select = ["E4", "E7", "E9", "F"]
1417
ignore = [
1518
"E721" # We use is for good reasons
1619
]

0 commit comments

Comments
 (0)