Compare commits

..

1 commit

Author SHA1 Message Date
03cb53ce3d chore(deps): update dependency ruff to v0.3.5
Some checks failed
build and publish / release-pypackage (pull_request) Successful in 30s
build and publish / update-changelog (pull_request) Failing after 4s
check code / check-code (pull_request) Successful in 33s
2024-04-01 20:14:52 +02:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -69,7 +69,7 @@ python = "3.11"
detached = true
dependencies = [
"mypy==1.8.0",
"ruff==0.3.6",
"ruff==0.3.5",
]
[tool.hatch.envs.lint.scripts]