Update pylint.yml with --max-line-length 120

This commit is contained in:
Marc Di Luzio 2024-08-09 23:47:26 +01:00 committed by GitHub
parent 85132e2fc2
commit e91493d5b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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')