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.
1 parent 97e53d4 commit 4922d48Copy full SHA for 4922d48
pylsp/plugins/pydocstyle_lint.py
@@ -28,6 +28,7 @@ def pylsp_settings():
28
29
@hookimpl
30
def pylsp_lint(config, workspace, document):
31
+ # pylint: disable=too-many-local
32
with workspace.report_progress("lint: pydocstyle"):
33
settings = config.plugin_settings('pydocstyle', document_path=document.path)
34
log.debug("Got pydocstyle settings: %s", settings)
0 commit comments