Compare commits

..

1 commit

Author SHA1 Message Date
b4844bb3b9 chore(deps): update dependency ruff to v0.6.8
All checks were successful
build pypackage and create release / release-github (pull_request) Successful in 12s
check code / check-code (pull_request) Successful in 18s
2024-09-27 04:16:55 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM lscr.io/linuxserver/netbox:4.1.2 FROM lscr.io/linuxserver/netbox:4.1.0
RUN pip install -U \ RUN pip install -U \
wheel \ wheel \

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