Update pylint.yml with --max-line-length 120
This commit is contained in:
parent
85132e2fc2
commit
e91493d5b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
|||
pip install flake8 discord pytest
|
||||
- name: Analysing the code with flake8
|
||||
run: |
|
||||
flake8 $(git ls-files '*.py')
|
||||
flake8 --max-line-length 120 $(git ls-files '*.py')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue