Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers committed Aug 28, 2024
1 parent fe6967a commit 596c553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_devices_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 596c553

Please sign in to comment.