Skip to content

Commit f44f8a2

Browse files
committed
Ignore empty lines after docstrings (D202) in Travis.
1 parent 4538998 commit f44f8a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-
- pep257 .
11+
- pep257 . --ignore=D202

0 commit comments

Comments
 (0)