Skip to content

Commit

Permalink
lint: update ruff to v0.5.5
Browse files Browse the repository at this point in the history
Update the fixed ruff version to its most recent.

Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Jul 28, 2024
1 parent d9ac709 commit d13a2e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ passenv =
[testenv:lint]
deps =
{[testenv]deps}
lint: ruff==0.2.2
lint: ruff==0.5.5
setenv =
{[testenv]setenv}
RUFF_CACHE_DIR={toxworkdir}/.ruff_cache
commands =
ruff \
check \
nfsn_ddns \
tests

Expand Down

0 comments on commit d13a2e4

Please sign in to comment.