Skip to content

Commit

Permalink
add FAST rules
Browse files Browse the repository at this point in the history
  • Loading branch information
helylle committed Dec 7, 2024
1 parent ea03895 commit f5fb17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line-length = 120
target-version = "py311"

[lint]
select = ["E", "F", "W", "I", "ASYNC", "UP", "FLY", "PERF", "FURB", "ERA", "ANN", "PIE", "PL", "PGH"]
select = ["E", "F", "W", "I", "ASYNC", "UP", "FLY", "PERF", "FURB", "ERA", "ANN", "PIE", "PL", "PGH", "FAST"]

ignore = ["E501", "PLR", "PLW"]

Expand Down

0 comments on commit f5fb17d

Please sign in to comment.