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 b6d86c5 commit 2dccad6
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 2dccad6

Please sign in to comment.