Skip to content

Commit c01f401

Browse files
authored
Fix for pydocstyle > 1.1.1
1 parent d712d4f commit c01f401

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
@@ -28,7 +28,7 @@ class Pydocstyle(PythonLinter):
2828
regex = r'^.+?:(?P<line>\d+).*:\r?\n\s*(?P<message>.+)$'
2929
multiline = True
3030
default_type = highlight.WARNING
31-
error_stream = util.STREAM_STDERR
31+
error_stream = util.STREAM_BOTH
3232
line_col_base = (0, 0) # pydocstyle uses one-based line and zero-based column numbers
3333
tempfile_suffix = 'py'
3434
defaults = {

0 commit comments

Comments
 (0)