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 a01b188 commit d8a579eCopy full SHA for d8a579e
.gitignore
@@ -0,0 +1 @@
1
+.DS_Store
.travis.yml
@@ -7,5 +7,5 @@ install:
7
- pip install pep257
8
# command to run tests
9
script:
10
- - flake8 . --max-line-length=120
11
- - pep257 .
+ - flake8 . --max-line-length=120 --exclude=__init__.py,linter-plugin-template
+ - pep257 . --ignore=D202
0 commit comments