diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 798661f..27756b0 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -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')