Skip to content

Commit 894d5e5

Browse files
committed
fix pylint issues
1 parent 76544f9 commit 894d5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylsp/plugins/pycodestyle_lint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def __init__(self, options):
6969
self.diagnostics = []
7070
super().__init__(options=options)
7171

72+
# pylint: disable=unused-argument
7273
def error(self, line_number, offset, text, check):
7374
code = text[:4]
7475
if self._ignore_code(code):

0 commit comments

Comments
 (0)