♻️ update ruff and fix python version

This commit is contained in:
Ondřej Samohel 2024-03-18 15:28:33 +01:00
parent aecb2522b1
commit 0e6c050618
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 21 additions and 21 deletions

View file

@ -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]