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 35d5e06 commit 6b90175Copy full SHA for 6b90175
.travis.yml
@@ -7,5 +7,5 @@ install:
7
- pip install pep257
8
# command to run tests
9
script:
10
- - flake8 *.py --max-line-length=120
11
- - pep257 *.py
+ - flake8 . --max-line-length=120
+ - pep257 .
0 commit comments