Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albags committed Jul 16, 2024
1 parent b728fba commit 3a5dbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Create .pylintrc
run: |
echo "[MESSAGES CONTROL]" > .pylintrc
echo "disable=duplicate-code" >> .pylintrc
echo "disable=duplicate-code,broad-exception-caught" >> .pylintrc
echo "" >> .pylintrc
echo "[FORMAT]" >> .pylintrc
echo "max-line-length=120" >> .pylintrc
Expand Down

0 comments on commit 3a5dbb1

Please sign in to comment.