📦 update ruff

to get rid of that annoying ANN101 and ANN102
This commit is contained in:
Ondřej Samohel 2025-01-29 23:02:50 +01:00
parent 423277580c
commit 5eead5f66a
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -25,7 +25,7 @@ pytest = "^8.0"
pytest-print = "^1.0"
ayon-python-api = "^1.0"
# linting dependencies
ruff = "^0.3.3"
ruff = "^0.9.3"
pre-commit = "^4"
codespell = "^2.2.6"
semver = "^3.0.2"