We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4646572 commit b6560e0Copy full SHA for b6560e0
.github/workflows/flake8.yml
@@ -22,4 +22,4 @@ jobs:
22
# stop the build if there are Python syntax errors or undefined names
23
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
24
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
25
- flake8 .
+ flake8 --max-line-length 120 .
0 commit comments