Skip to content

Commit 29c9622

Browse files
committed
ruff: sort selected rules
1 parent e6ee24b commit 29c9622

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ target-version = ['py37']
1010

1111
[tool.ruff]
1212
select = [
13-
"E",
1413
"F",
14+
"E",
1515
"W",
16-
"B0",
1716
"I",
18-
"UP",
1917
"N",
18+
"UP",
19+
"B0",
2020
"C4",
2121
"PT",
2222
"SIM",

0 commit comments

Comments
 (0)