From d13a2e48873e004f18ef2de1b61fe88dc71e19b1 Mon Sep 17 00:00:00 2001 From: James Knight Date: Sat, 27 Jul 2024 21:03:56 -0400 Subject: [PATCH] lint: update ruff to v0.5.5 Update the fixed ruff version to its most recent. Signed-off-by: James Knight --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 195d599..1cbf9ec 100644 --- a/tox.ini +++ b/tox.ini @@ -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