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

This commit is contained in:
renovate-bot 2024-09-22 04:16:55 +02:00
parent 4c8ed1b537
commit af94e6f345

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