Skip to content

Commit

Permalink
chore: enable preview mode for ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
laipz8200 committed Jun 14, 2024
1 parent c28d709 commit 9ac6778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exclude = [
line-length = 120

[tool.ruff.lint]
preview = true
select = [
"B", # flake8-bugbear rules
"F", # pyflakes rules
Expand Down

0 comments on commit 9ac6778

Please sign in to comment.