anchors: Update code style to use single quotes

Like the rest of the project does.
pull/572/head
Adrien Vergé 2 years ago
parent 977f4908b5
commit 019c87d36d

@ -168,7 +168,7 @@ def check(conf, token, prev, next, nextnext, context):
conf['forbid-unused-anchors']):
if isinstance(token, yaml.AnchorToken):
context['anchors'][token.value] = {
"line": token.start_mark.line,
"column": token.start_mark.column,
"used": False
'line': token.start_mark.line,
'column': token.start_mark.column,
'used': False
}

Loading…
Cancel
Save