pyproject.toml -> remove python target for ruff section

This commit is contained in:
jdegenstein 2024-02-21 21:04:32 -06:00 committed by GitHub
parent 33bf476482
commit 33c9d116b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,6 @@ line-length = 88
# Same as Black.
line-length = 88
indent-width = 4
target-version = ["py39", "py310", "py311", "py312"]
[tool.ruff.format]
# Like Black, use double quotes for strings.