Skip to content

Commit

Permalink
Add "FLY", # static-join-to-f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 25, 2024
1 parent 6a4b51e commit de0d0e0
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
Expand Up @@ -5,6 +5,7 @@ target-version = "py37"
select = [
"C4", # flake8-comprehensions
"F811", # redefined-while-unused
"FLY", # static-join-to-f-string
"PLE", # Pylint Error
"RSE", # flake8-raise
"YTT", # flake8-2020
Expand Down

0 comments on commit de0d0e0

Please sign in to comment.