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 2b36528 commit 69380f6Copy full SHA for 69380f6
.travis.yml
@@ -2,4 +2,4 @@ language: python
2
dist: xenial # required for Python >= 3.7
3
python: 3.7
4
install: pip install flake8
5
-script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+script: flake8 . --count --select=E9,F4,F63,F7,F82 --show-source --statistics
0 commit comments