We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7052c56 commit b92dda1Copy full SHA for b92dda1
1 file changed
.github/workflows/ci.yaml
@@ -60,7 +60,7 @@ jobs:
60
# -------------------------------------------------
61
- name: Lint with flake8
62
run: |
63
- flake8 src --max-line-length=100
+ flake8 src --max-line-length=120
64
65
66
# Format check
0 commit comments