Skip to content

Commit 30c81b3

Browse files
Enforce ruff/pycodestyle warnings (W)
It looks like `ruff format` does not catch all trailing spaces.
1 parent 4d2f68b commit 30c81b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ extend-select = [
222222
"TCH", # flake8-type-checking
223223
"TRY", # tryceratops
224224
"UP", # pyupgrade
225+
"W", # pycodestyle warnings
225226
]
226227
ignore = [
227228
"ANN003",

0 commit comments

Comments
 (0)