add ruff target version to tailor linting to our required python versions

This commit is contained in:
Jonathan Wren 2023-09-09 15:14:36 -07:00
parent 9596b2a075
commit b495d63c14
No known key found for this signature in database

View file

@ -128,6 +128,7 @@ filterwarnings = [
[tool.ruff] [tool.ruff]
line-length = 88 line-length = 88
target-version = "py310"
# https://beta.ruff.rs/docs/rules/ # https://beta.ruff.rs/docs/rules/
select = [ select = [