chore(deps): update dependency ruff to v0.5.1
Some checks failed
build and publish / release-pypackage (pull_request) Failing after 11m10s
build and publish / update-changelog (pull_request) Failing after 11m4s
check code / check-code (pull_request) Failing after 10m55s

This commit is contained in:
renovate-bot 2024-07-07 20:18:17 +02:00
parent b7f41f5675
commit 5066fcfcce

View file

@ -69,7 +69,7 @@ validate = ["cd dev && octodns-validate --debug --config-file sync.yml {args}"]
[tool.hatch.envs.lint] [tool.hatch.envs.lint]
python = "3.11" python = "3.11"
detached = true detached = true
dependencies = ["mypy==1.10.0", "ruff==0.4.8"] dependencies = ["mypy==1.10.0", "ruff==0.5.1"]
[tool.hatch.envs.lint.scripts] [tool.hatch.envs.lint.scripts]
typing = "mypy --non-interactive --install-types {args:src/octodns_netbox_dns}" typing = "mypy --non-interactive --install-types {args:src/octodns_netbox_dns}"