From 2160d3e26419bcf42e69ac38528c3d2dc18018f7 Mon Sep 17 00:00:00 2001 From: Andreas Copan Date: Tue, 15 Oct 2024 15:29:43 -0400 Subject: [PATCH] Makes targeted lint script --- lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint.sh b/lint.sh index 4e3d5d6..44b5c92 100755 --- a/lint.sh +++ b/lint.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -pylint --rcfile=.pylintrc $(git ls-files '*.py') +pylint --rcfile=.pylintrc $(git ls-files 'autofile/*.py')