Skip to content

Commit

Permalink
Set python versions in pyproject.toml (which Ruff will use)
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Dec 11, 2023
1 parent 28136e1 commit f60d5fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[project]
requires-python = ">=3.8"

[tool.coverage.report]
omit = ["*/migrations/*"]

Expand Down Expand Up @@ -35,7 +38,6 @@ select = [
"RUF100", # unused-noqa
"RUF200", # invalid-pyproject-toml
]
target-version = "py311"

[tool.ruff.lint]
ignore = []

0 comments on commit f60d5fe

Please sign in to comment.