We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072b69 commit ae9b4d4Copy full SHA for ae9b4d4
.travis.yml
@@ -7,7 +7,7 @@ before_install: pip install --upgrade pip setuptools six
7
install: pip install -r requirements.txt
8
before_script:
9
- black --check . || true
10
- - flake8 . --count --select=E101,E722,E9,F4,F63,F7,F82,W191 --show-source --statistics
+ - flake8 . --count --select=E101,E501,E722,E9,F4,F63,F7,F82,W191 --max-line-length=127 --show-source --statistics
11
- flake8 . --count --exit-zero --max-line-length=127 --statistics
12
script:
13
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
0 commit comments