Skip to content

Commit

Permalink
fix: shield R0801 error
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 28, 2024
1 parent 6c58f97 commit 6467b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Analysing the code with pylint
run: |
ROOT=$(pwd)
pylint $(git ls-files '*.py')
pylint --disable=R0801 $(git ls-files '*.py')

0 comments on commit 6467b8b

Please sign in to comment.