mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore(ruff): set python target version to 3.8
This commit is contained in:
parent
73755c4fdf
commit
996512b04c
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ tomlkit = ">=0.13.0,<0.14"
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
target-version = "py38"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["ALL"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue