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 6d24ebf commit d4d7b77Copy full SHA for d4d7b77
.github/workflows/flake8.yml
@@ -20,5 +20,5 @@ jobs:
20
run: |
21
pip install --upgrade pip
22
pip install flake8
23
- flake8 celer/
24
- flake8 examples/
+ flake8 --max-line-length=88 celer/
+ flake8 --max-line-length=88 examples/
0 commit comments