Skip to content

Commit

Permalink
chore: update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaokang2022 committed Oct 22, 2024
1 parent 53089c2 commit 615c47c
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 @@ -24,4 +24,4 @@ jobs:
pip3 install .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --output-format=colorized --fail-on=E,F --fail-under=8 --max-line-length=80
pylint $(git ls-files '*.py') --output-format=colorized --fail-on=E,F --fail-under=9 --max-line-length=80

0 comments on commit 615c47c

Please sign in to comment.