We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d034add commit d02d7a0Copy full SHA for d02d7a0
.travis.yml
@@ -10,7 +10,7 @@ notifications:
10
on_success: never
11
before_script:
12
- black --check . || true
13
- - flake8 --ignore=E203,W503 --max-complexity=25 --max-line-length=88 --statistics --count .
+ - flake8 --ignore=E203,W503 --max-complexity=15 --max-line-length=88 --statistics --count .
14
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
15
- pip install -r requirements.txt # fast fail on black, flake8, validate_filenames
16
script:
0 commit comments