Skip to content

Commit 8993718

Browse files
authored
Merge pull request pypa/distutils#277 from DimitriPapadopoulos/B_I
Enforce flake8-bugbear (`B`) and isort (`I`) ruff rules
2 parents d07962c + ab13bf2 commit 8993718

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ruff.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ extend-select = [
55
"W",
66

77
# local
8+
"B",
9+
"I",
810
"ISC",
911
"RUF010",
1012
"RUF100",
@@ -26,6 +28,10 @@ ignore = [
2628
"COM819",
2729
"ISC001",
2830
"ISC002",
31+
32+
# local
33+
"B028",
34+
"B904",
2935
]
3036

3137
[format]

0 commit comments

Comments
 (0)