summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-04-06 13:48:30 +0200
committerGitHub <noreply@github.com>2024-04-06 13:48:30 +0200
commitf0721260fd6b9cbb037d9d8de11acba4d485cea3 (patch)
tree4997d2dd18c8b28a94c9cf835f0e9abc7846b5e5 /Makefile
parente8168aa7171f48a8f7cd80f9419b1226c5a889e2 (diff)
parent98a25837ff391d2d181db517b414c81e4b91390f (diff)
downloadvyos-1x-f0721260fd6b9cbb037d9d8de11acba4d485cea3.tar.gz
vyos-1x-f0721260fd6b9cbb037d9d8de11acba4d485cea3.zip
Merge pull request #3261 from vyos/mergify/bp/sagitta/pr-3260
T6199: remove unused Python imports from migration scripts (backport #3260)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 432de7547..44a6e35ed 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LIBS := -lzmq
CFLAGS :=
BUILD_ARCH := $(shell dpkg-architecture -q DEB_BUILD_ARCH)
J2LINT := $(shell command -v j2lint 2> /dev/null)
-PYLINT_FILES := $(shell git ls-files *.py)
+PYLINT_FILES := $(shell git ls-files *.py src/migration-scripts)
config_xml_src = $(wildcard interface-definitions/*.xml.in)
config_xml_obj = $(config_xml_src:.xml.in=.xml)