Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95c567a

Browse files
committed
Avoid noisiness from pylint and the parser's set patterns
1 parent746a5ad commit95c567a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎html5lib/html5parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def getMetaclass(use_metaclass, metaclass_func):
460460
else:
461461
returntype
462462

463+
# pylint:disable=unused-argument
463464
classPhase(with_metaclass(getMetaclass(debug,log))):
464465
"""Base class for helper object that implements each phase of processing
465466
"""
@@ -2765,6 +2766,7 @@ def startTagOther(self, token):
27652766
defprocessEndTag(self,token):
27662767
self.parser.parseError("expected-eof-but-got-end-tag",
27672768
{"name":token["name"]})
2769+
# pylint:enable=unused-argument
27682770

27692771
return {
27702772
"initial":InitialPhase,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp