Skip to content

Commit cdba1f4

Browse files
committed
Allow maximum line length of 120 characters
1 parent f5107e2 commit cdba1f4

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
@@ -21,4 +21,4 @@ jobs:
2121
pip install flake8
2222
# stop the build if there are Python syntax errors or undefined names
2323
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
24-
flake8 .
24+
flake8 --max-line-length 120 .

0 commit comments

Comments
 (0)