Skip to content

Commit 22bb048

Browse files
committed
ignore pylint too-many-locals
1 parent 97e53d4 commit 22bb048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylsp/plugins/pydocstyle_lint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def pylsp_settings():
2828

2929
@hookimpl
3030
def pylsp_lint(config, workspace, document):
31+
# pylint: disable=too-many-locals
3132
with workspace.report_progress("lint: pydocstyle"):
3233
settings = config.plugin_settings('pydocstyle', document_path=document.path)
3334
log.debug("Got pydocstyle settings: %s", settings)

0 commit comments

Comments
 (0)