Skip to content

Commit afad2c7

Browse files
committed
Sorted the Ruff rules alphabetically
1 parent d812f2e commit afad2c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ src = ["src"]
8181

8282
[tool.ruff.lint]
8383
extend-select = [
84-
"W", # pycodestyle warnings
84+
"B0", # flake8-bugbear
8585
"I", # isort
8686
"PGH", # pygrep-hooks
8787
"UP", # pyupgrade
88-
"B0", # flake8-bugbear
88+
"W", # pycodestyle warnings
8989
]
9090
ignore = [
9191
"S307",

0 commit comments

Comments
 (0)