Skip to content

Commit e3b441b

Browse files
authored
Merge pull request #15 from maks500/master
Make compatible with pydocstyle > 1.1.1
2 parents abd2460 + 4e0ed07 commit e3b441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Pydocstyle(PythonLinter):
2727
regex = r'^.+?:(?P<line>\d+).*:\r?\n\s*(?P<message>.+)$'
2828
multiline = True
2929
default_type = highlight.WARNING
30-
error_stream = util.STREAM_STDERR
30+
error_stream = util.STREAM_BOTH
3131
line_col_base = (1, 0) # uses one-based line and zero-based column numbers
3232
tempfile_suffix = 'py'
3333
module = 'pydocstyle'

0 commit comments

Comments
 (0)