Skip to content

Commit

Permalink
Enforce ruff/flake8-slots rules (SLOT)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 5, 2024
1 parent 61a47ba commit 0ee7efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ extend-select = [
"RSE", # flake8-raise
"RUF",
"SIM", # flake8-simplify
"SLOT", # flake8-slots
"TCH", # flake8-type-checking
"TRY", # tryceratops
"UP", # pyupgrade
Expand Down

0 comments on commit 0ee7efb

Please sign in to comment.