Skip to content

Commit

Permalink
Update ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Jul 5, 2024
1 parent 23b9bbc commit dbbf18e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ include = ["tests/", "CHANGELOG.rst", "SECURITY.md", "tox.ini"]
src = ["src"]
fix = true
show-fixes = true
show-source = true
output-format = "full"

[tool.ruff.format]
docstring-code-format = true

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit dbbf18e

Please sign in to comment.