We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff87681 commit 7bcb6a4Copy full SHA for 7bcb6a4
.travis.yml
@@ -36,7 +36,7 @@ install:
36
before_script:
37
- flake8 --version
38
# stop the build if there are Python syntax errors or undefined names
39
- - flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
+ - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
40
# exit-zero treats all errors as warnings. Two space indentation is OK. The GitHub editor is 127 chars wide
41
- flake8 . --count --exit-zero --ignore=E111,E114,W503 --max-complexity=10 --max-line-length=127 --statistics
42
- npm install
0 commit comments