Skip to content

Commit

Permalink
pyproject: enable all ruff lints
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Oct 3, 2023
1 parent 8c2f7fe commit aae0584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ warn_unused_ignores = true

[tool.ruff]
line-length = 100
select = ["E", "F", "W", "UP", "I", "N", "YTT", "BLE", "C4", "SIM"]
select = ["ALL"]
target-version = "py38"

[tool.interrogate]
Expand Down

0 comments on commit aae0584

Please sign in to comment.