Skip to content

Commit ae9b4d4

Browse files
committed
flake8 --count --select=E501 --max-line-length=127
1 parent 1072b69 commit ae9b4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install: pip install --upgrade pip setuptools six
77
install: pip install -r requirements.txt
88
before_script:
99
- black --check . || true
10-
- flake8 . --count --select=E101,E722,E9,F4,F63,F7,F82,W191 --show-source --statistics
10+
- flake8 . --count --select=E101,E501,E722,E9,F4,F63,F7,F82,W191 --max-line-length=127 --show-source --statistics
1111
- flake8 . --count --exit-zero --max-line-length=127 --statistics
1212
script:
1313
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory

0 commit comments

Comments
 (0)