Skip to content

Commit 42d36a1

Browse files
committed
Explicitly add temp_file to cmd
Fixes #27
1 parent 19d59f1 commit 42d36a1

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
@@ -3,7 +3,7 @@
33

44

55
class Pydocstyle(PythonLinter):
6-
cmd = 'pydocstyle'
6+
cmd = 'pydocstyle ${temp_file}'
77
regex = r'''(?x)
88
^(?P<filename>.+):(?P<line>\d+)[^`\n]*(`(?P<near>.+)`)?.*:\n
99
\s*(?P<warning>D\d{3}):\s(?P<message>.+)

0 commit comments

Comments
 (0)