Skip to content

Commit

Permalink
Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 19, 2024
1 parent f087fb4 commit 30f940e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[lint]
extend-select = [
"C901",
"PERF401",
"W",
]
ignore = [
Expand Down

0 comments on commit 30f940e

Please sign in to comment.