Skip to content

Commit ee86064

Browse files
committed
Do not specify a max-line-length in the GitHub action
1 parent dcc7ed5 commit ee86064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Lint with flake8
2323
run: |
2424
# stop the build if there are Python syntax errors or undefined names
25-
flake8 . --count --max-line-length=100 --show-source --statistics
25+
flake8 . --count --show-source --statistics

0 commit comments

Comments
 (0)