summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-04-14 17:47:08 +0300
committerGitHub <noreply@github.com>2025-04-14 17:47:08 +0300
commitf06087155cb6c9e8d7f39d1ac41eef8f1a2cf288 (patch)
tree064cc2689acaeff3be02212a2b62701749ac787f /Makefile
parentd1e8dbd33ad84999ea4feea075d723068628ab1d (diff)
parentea1ec2fba73b0a085a6228d6a18714b002d5e466 (diff)
downloadvyos-1x-f06087155cb6c9e8d7f39d1ac41eef8f1a2cf288.tar.gz
vyos-1x-f06087155cb6c9e8d7f39d1ac41eef8f1a2cf288.zip
Merge pull request #4448 from c-po/unused-imports-T7355
T7355: cleanup unused Python3 imports
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 763f44952..14fefe208 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 src/migration-scripts)
+PYLINT_FILES := $(shell git ls-files *.py src/migration-scripts src/services)
LIBVYOSCONFIG_BUILD_PATH := /tmp/libvyosconfig/_build/libvyosconfig.so
LIBVYOSCONFIG_STATUS := $(shell git submodule status)