From 596c553d88e50b530752deb5107841ccd103c1df Mon Sep 17 00:00:00 2001 From: Jeremy Fowers Date: Wed, 28 Aug 2024 08:27:19 -0400 Subject: [PATCH] fix lint --- .github/workflows/test_devices_plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_devices_plugin.yml b/.github/workflows/test_devices_plugin.yml index 807051a..170540c 100644 --- a/.github/workflows/test_devices_plugin.yml +++ b/.github/workflows/test_devices_plugin.yml @@ -55,7 +55,7 @@ jobs: - name: Lint with PyLint shell: bash -el {0} run: | - pylint plugins/devices/src --rcfile .pylintrc --disable E0401,E0203 + pylint plugins/devices/src --rcfile .pylintrc --disable E0401,E0203,C0411 - name: Test with unittest shell: bash -el {0} run: |