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 f5107e2 commit cdba1f4Copy full SHA for cdba1f4
.github/workflows/flake8.yml
@@ -21,4 +21,4 @@ jobs:
21
pip install flake8
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
- flake8 .
+ flake8 --max-line-length 120 .
0 commit comments