Skip to content

Commit b6560e0

Browse files
committed
Allow maximum line length of 120 characters
1 parent 4646572 commit b6560e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
# stop the build if there are Python syntax errors or undefined names
2323
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2424
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
25-
flake8 .
25+
flake8 --max-line-length 120 .

0 commit comments

Comments
 (0)