Skip to content

Commit

Permalink
Set Ruff target version
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Dec 11, 2023
1 parent f60d5fe commit fb41b7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
requires-python = ">=3.8"


[tool.coverage.report]
omit = ["*/migrations/*"]
Expand Down Expand Up @@ -38,6 +38,7 @@ select = [
"RUF100", # unused-noqa
"RUF200", # invalid-pyproject-toml
]
target-version = ">=3.8"

[tool.ruff.lint]
ignore = []

0 comments on commit fb41b7b

Please sign in to comment.