mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ update ruff and fix python version
This commit is contained in:
parent
aecb2522b1
commit
0e6c050618
2 changed files with 21 additions and 21 deletions
|
|
@ -27,7 +27,7 @@ pytest = "^8.0"
|
|||
pytest-print = "^1.0"
|
||||
ayon-python-api = "^1.0"
|
||||
arrow = "^1.3.0"
|
||||
ruff = "^0.2.2"
|
||||
ruff = "^0.3.3"
|
||||
|
||||
|
||||
[tool.ruff]
|
||||
|
|
@ -67,7 +67,7 @@ exclude = [
|
|||
line-length = 79
|
||||
indent-width = 4
|
||||
|
||||
# Assume Python 3.8
|
||||
# Assume Python 3.9
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.lint]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue