Skip to content

Commit 31f40a9

Browse files
[ruff conf] Simplify the ruff configuration
1 parent 1f3de87 commit 31f40a9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,3 @@ ignore = [
158158
"B905", # `zip()` without an explicit `strict=` parameter
159159
"RUF012", # mutable default values in class attributes
160160
]
161-
162-
fixable = [
163-
"E", # pycodestyle
164-
"F", # pyflakes
165-
"W", # pycodestyle
166-
"B", # bugbear
167-
"I", # isort
168-
"RUF", # ruff
169-
"UP", # pyupgrade
170-
]

0 commit comments

Comments
 (0)