Compare commits

..

1 commit

Author SHA1 Message Date
5066fcfcce 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
2024-07-07 20:18:17 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
FROM lscr.io/linuxserver/netbox:4.0.7
FROM lscr.io/linuxserver/netbox:3.7.6
RUN pip install -U \
wheel \
setuptools \
netbox-plugin-dns==1.0.4
netbox-plugin-dns==0.22.8

View file

@ -14,7 +14,7 @@ PLUGINS_CONFIG = {
"zone_nameservers": ["ns1.example.com", "ns2.example.com"],
"zone_soa_mname": "ns1.example.com",
"zone_soa_rname": "admin.example.com",
"tolerate_underscores_in_labels": False,
"tolerate_underscores_in_hostnames": False,
"tolerate_leading_underscore_types": [
"TXT",
"SRV",

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.5.2"]
dependencies = ["mypy==1.10.0", "ruff==0.5.1"]
[tool.hatch.envs.lint.scripts]
typing = "mypy --non-interactive --install-types {args:src/octodns_netbox_dns}"