chore: target python 3.10 in ruff config
This commit is contained in:
parent
1eb51184e5
commit
c47f99175e
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
line-length = 120
|
||||
target-version = "py310"
|
||||
|
||||
# https://docs.astral.sh/ruff/rules/
|
||||
[lint]
|
||||
|
|
Loading…
Reference in a new issue