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.
max-line-length
1 parent dcc7ed5 commit ee86064Copy full SHA for ee86064
.github/workflows/main.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Lint with flake8
23
run: |
24
# stop the build if there are Python syntax errors or undefined names
25
- flake8 . --count --max-line-length=100 --show-source --statistics
+ flake8 . --count --show-source --statistics
0 commit comments