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 22bb048Copy full SHA for 22bb048
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-locals
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