Skip to content

Commit

Permalink
Sorted the Ruff rules alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 26, 2024
1 parent d812f2e commit afad2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ src = ["src"]

[tool.ruff.lint]
extend-select = [
"W", # pycodestyle warnings
"B0", # flake8-bugbear
"I", # isort
"PGH", # pygrep-hooks
"UP", # pyupgrade
"B0", # flake8-bugbear
"W", # pycodestyle warnings
]
ignore = [
"S307",
Expand Down

0 comments on commit afad2c7

Please sign in to comment.