Skip to content

Commit

Permalink
Flake8 can ignore this imported code - a minor issue is flagged with …
Browse files Browse the repository at this point in the history
…it since the release of flake8 3.7.0
  • Loading branch information
David Read committed Feb 1, 2019
1 parent 469713b commit 552ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ matrix:
before_script:
- flake8 --version
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude ./ckan/include/rjsmin.py
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script:
Expand Down

0 comments on commit 552ca50

Please sign in to comment.