Skip to content

Commit

Permalink
add a couple more Ruff categories, and alphabetise them (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jan 11, 2025
1 parent 170b171 commit 9c19860
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,20 @@ skip-magic-trailing-comma = true
[tool.ruff.lint]
select = [
"ARG",
"E",
"F",
"B",
"B9",
"D",
"SIM",
"E",
"EXE",
"F",
"I",
"PT",
"UP",
"ISC",
"PGH",
"PYI",
"PT",
"RUF",
"SIM",
"UP",
]
ignore = [
# These are all enforced by, or incompatible with, the ruff formatter:
Expand Down

0 comments on commit 9c19860

Please sign in to comment.