Compare commits

..

1 commit

Author SHA1 Message Date
00b1b49ecb chore(deps): update dependency ruff to v0.3.2
All checks were successful
build and publish / release-pypackage (pull_request) Successful in 31s
build and publish / update-changelog (pull_request) Successful in 6s
check code / check-code (pull_request) Successful in 33s
2024-03-09 08:16:41 +01:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
just 1.25.2
just 1.16.0
lefthook 1.4.6

View file

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

View file

@ -50,7 +50,7 @@ python = "3.11"
dependencies = [
"pytest==7.4.4",
"coverage==7.4.2",
"octodns==1.6.0",
"octodns==1.5.0",
"octodns-spf==0.0.2",
]
@ -69,7 +69,7 @@ python = "3.11"
detached = true
dependencies = [
"mypy==1.8.0",
"ruff==0.3.3",
"ruff==0.3.2",
]
[tool.hatch.envs.lint.scripts]