chore(ruff): set python target version to 3.8

This commit is contained in:
Mike 2025-02-13 07:39:22 -08:00
parent 73755c4fdf
commit 996512b04c

View file

@ -90,6 +90,7 @@ tomlkit = ">=0.13.0,<0.14"
[tool.ruff]
line-length = 88
target-version = "py38"
[tool.ruff.lint]
select = ["ALL"]