Skip to content

Commit

Permalink
Merge pull request #53 from nikobockerman/enable-furb-ruff-checks
Browse files Browse the repository at this point in the history
Enable FURB checks
  • Loading branch information
nikobockerman authored Oct 7, 2024
2 parents 5c82dbd + a1476da commit a6f0cb9
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 @@ -106,6 +106,7 @@ select = [
"TID", # flake8-tidy-imports
"TRY", # tryceratops
"YTT", # flake8-2020
"FURB", # refurb
"PERF", # perflint
"SLOT", # flake8-slots
]
Expand Down

0 comments on commit a6f0cb9

Please sign in to comment.