Skip to content

Commit b5668ef

Browse files
Disable W ruff rules
`W` rules are not needed if using a formatter, according to the Scientific Python Library Development Guide: https://learn.scientific-python.org/development/guides/style/#ruff
1 parent 38a2417 commit b5668ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ extend-select = [
308308
"TCH", # flake8-type-checking
309309
"TRY", # tryceratops
310310
"UP", # pyupgrade
311-
"W", # pycodestyle warnings
312311
]
313312
ignore = [
314313
"ANN401",

0 commit comments

Comments
 (0)