From 7f3dbb2e2d99a2f261a5037f7bdadaa77548c949 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 2 Jan 2024 12:15:57 +0100 Subject: [PATCH] tox.ini: run lint on test/ dir too --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 756c9d75..5f30d50c 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps = requests setenv = - LINTABLES = osbuild/ assemblers/* devices/* inputs/* mounts/* runners/* sources/* stages/*.* stages/test/*.py tools/ + LINTABLES = osbuild/ assemblers/* devices/* inputs/* mounts/* runners/* sources/* stages/*.* stages/test/*.py test/ tools/ TYPEABLES = osbuild passenv =