Skip to content

Commit

Permalink
Enforce ruff/Perflint rules (PERF)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jun 29, 2024
1 parent caf6f32 commit 4a0149c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ extend-select = [

# local
"ISC",
"PERF",
"RUF010",
"RUF100",
"UP",
]
ignore = [
"PERF203",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit 4a0149c

Please sign in to comment.