Skip to content

Commit 53ca994

Browse files
[ruff] Sort enabled message alphabetically
1 parent 6b530e8 commit 53ca994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ line-length = 115
146146

147147
[tool.ruff.lint]
148148
select = [
149+
"B", # bugbear
149150
"E", # pycodestyle
150151
"F", # pyflakes
151-
"W", # pycodestyle
152-
"B", # bugbear
153152
"I", # isort
154-
"RUF", # ruff
155153
"UP", # pyupgrade
154+
"RUF", # ruff
155+
"W", # pycodestyle
156156
]
157157

158158
ignore = [

0 commit comments

Comments
 (0)