We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19d59f1 + 42d36a1 commit dcc7ed5Copy full SHA for dcc7ed5
linter.py
@@ -3,7 +3,7 @@
3
4
5
class Pydocstyle(PythonLinter):
6
- cmd = 'pydocstyle'
+ cmd = 'pydocstyle ${temp_file}'
7
regex = r'''(?x)
8
^(?P<filename>.+):(?P<line>\d+)[^`\n]*(`(?P<near>.+)`)?.*:\n
9
\s*(?P<warning>D\d{3}):\s(?P<message>.+)
0 commit comments