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 Aug 22, 2024
1 parent 759124e commit a5f1b3a
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 @@ -8,11 +8,13 @@ extend-select = [
"B",
"I",
"ISC",
"PERF",
"RUF010",
"RUF100",
"UP",
]
ignore = [
"PERF203",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit a5f1b3a

Please sign in to comment.