Skip to content

Commit

Permalink
Update ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DaelonSuzuka committed Jun 10, 2024
1 parent 81beb01 commit f59238f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ line-length = 120
[format]
quote-style = "single"
exclude = ["app/app_info.py"]

[lint]
select = ["E4", "E7", "E9", "F"]
ignore = [
'F405'
]

0 comments on commit f59238f

Please sign in to comment.