Skip to content

Commit

Permalink
Update ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed May 1, 2024
1 parent f501b18 commit fa3d14c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tool.ruff]
line-length = 88
target-version = "py311"

[tool.ruff.lint]
# Enable pycodestyle (E), pyflakes (F), bugbear (B), and bandit (S) rules
select = ["E", "F", "B", "S"]
line-length = 88
# Ignore line length violations that aren't fixed by formatting
ignore = ["E501"]
target-version = "py311"

[tool.ruff.flake8-quotes]
[tool.ruff.lint.flake8-quotes]
docstring-quotes = "double"

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit fa3d14c

Please sign in to comment.