We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8aca0 commit 6039a99Copy full SHA for 6039a99
.github/workflows/tests.yml
@@ -28,8 +28,8 @@ jobs:
28
pip install flake8
29
# stop the build if there are Python syntax errors or undefined names
30
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
31
- # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
32
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
+ # exit-zero treats all errors as warnings
+ flake8 . --count --exit-zero --max-complexity=10 --statistics
33
- name: Lint with pylint
34
run: |
35
pip install pylint
0 commit comments