chore(deps): update dependency mypy to v1.10.1
Some checks failed
build and publish / release-pypackage (pull_request) Failing after 13m23s
build and publish / update-changelog (pull_request) Failing after 12m33s
check code / check-code (pull_request) Failing after 12m20s

This commit is contained in:
renovate-bot 2024-07-07 20:18:05 +02:00
parent b7f41f5675
commit 5fe023a8c1

View file

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