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 03813fd commit b01a6a8Copy full SHA for b01a6a8
.sublimelinterrc
@@ -5,7 +5,7 @@
5
"max-line-length": 120
6
},
7
"pep257": {
8
- "add-ignore": ["D202"]
+ "add-ignore": ["D202","D203"]
9
10
"pep8": {
11
.travis.yml
@@ -8,4 +8,4 @@ install:
# command to run tests
script:
- flake8 . --max-line-length=120
- - pydocstyle . --add-ignore=D202
+ - pydocstyle . --add-ignore=D202,D203
0 commit comments