chore(deps): update dependency ruff to v0.5.4
All checks were successful
check code / check-code (pull_request) Successful in 18s
build pypackage and create release / release-github (pull_request) Successful in 27s

This commit is contained in:
renovate-bot 2024-07-20 20:19:02 +02:00
parent f4e877e2fe
commit 9d65afda57

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.4"]
[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}"