From 6670d54eb17de116024eee746e920f7a9987ace8 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 23 Dec 2024 10:37:59 -0500 Subject: [PATCH] Remove lint task on lowest development environment The lower version of pylint doesn't recognize the too-many-positional-arguments lint. It is not that useful to have this lint check for the lowest development environment since this code never changes. Signed-off-by: mulhern --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d525ace..6c8be34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,8 +45,6 @@ jobs: strategy: matrix: include: - - dependencies: pylint python3-into-dbus-python - task: PYTHONPATH=./src make -f Makefile lint - dependencies: python3-into-dbus-python task: PYTHONPATH=./src make -f Makefile test - dependencies: python-setuptools python3-into-dbus-python