Skip to content

Commit b01a6a8

Browse files
committed
Updated travis config
1 parent 03813fd commit b01a6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sublimelinterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"max-line-length": 120
66
},
77
"pep257": {
8-
"add-ignore": ["D202"]
8+
"add-ignore": ["D202","D203"]
99
},
1010
"pep8": {
1111
"max-line-length": 120

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ install:
88
# command to run tests
99
script:
1010
- flake8 . --max-line-length=120
11-
- pydocstyle . --add-ignore=D202
11+
- pydocstyle . --add-ignore=D202,D203

0 commit comments

Comments
 (0)