Skip to content

Commit

Permalink
ruff에서 refurb 규칙 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
item4 committed Aug 19, 2024
1 parent d466e21 commit 1ff26f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ select = [
"FLY",
# Perflint
"PERF",
# refurb
"FURB",
# Ruff-specific rules
"RUF",
]
Expand Down

0 comments on commit 1ff26f1

Please sign in to comment.