mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-05 14:44:35 +08:00
Move annassign and starexprs.
This commit is contained in:
@@ -692,7 +692,8 @@ class PEP8Normalizer(ErrorFinder):
|
||||
return
|
||||
if search_ancestor(node, 'error_node') is not None:
|
||||
return
|
||||
super(PEP8Normalizer, self).add_issue(node, code, message)
|
||||
# Skip ErrorFinder here, because it has custom behavior.
|
||||
super(ErrorFinder, self).add_issue(node, code, message)
|
||||
|
||||
|
||||
class PEP8NormalizerConfig(ErrorFinderConfig):
|
||||
|
||||
Reference in New Issue
Block a user