need to set minimum python version in ruff lol

This commit is contained in:
sneakers-the-rat 2024-09-23 23:32:39 -07:00
parent e63d9268b1
commit 46020b16d2
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -126,7 +126,7 @@ markers = [
] ]
[tool.ruff] [tool.ruff]
target-version = "py311" target-version = "py39"
include = ["src/numpydantic/**/*.py", "pyproject.toml"] include = ["src/numpydantic/**/*.py", "pyproject.toml"]
exclude = ["tests"] exclude = ["tests"]