Skip to content

Commit 210cd3a

Browse files
committed
ruff: enable a few additional rules
1 parent 3c9ab00 commit 210cd3a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,22 @@ select = [
1616
"I",
1717
"N",
1818
"UP",
19+
"YTT",
20+
"BLE",
1921
"B",
2022
"C4",
23+
"ISC",
24+
"ICN",
25+
"G",
26+
"PIE",
27+
"PYI",
2128
"PT",
29+
"Q",
30+
"RSE",
2231
"SIM",
2332
"TID",
33+
"TCH",
34+
"INT",
2435
]
2536
target-version = "py37"
2637

0 commit comments

Comments
 (0)