Skip to content

Commit

Permalink
chore: config ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
m9810223 committed May 24, 2024
1 parent c585228 commit 931cad8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ fix = true
show-fixes = true
output-format = "full"

[tool.ruff.format]
quote-style = "single"

[tool.ruff.lint]
extend-select = [
"W", # pycodestyle Warning
Expand Down

0 comments on commit 931cad8

Please sign in to comment.