Skip to content

Commit

Permalink
pylint gihub workflow: Disable too-many-positional-arguments
Browse files Browse the repository at this point in the history
This change disables the too-many-positional-arguments message for the
pylint github workflow.
  • Loading branch information
t-woerner committed Oct 10, 2024
1 parent 75d8ea2 commit 2a66cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run pylint
run: |
pip install 'pylint>=3.0'
pylint plugins roles --disable=import-error
pylint plugins roles --disable=import-error --disable=too-many-positional-arguments
shellcheck:
name: Shellcheck
Expand Down

0 comments on commit 2a66cd6

Please sign in to comment.