anchors: Update code style to use single quotes
Like the rest of the project does.
This commit is contained in:
@@ -168,7 +168,7 @@ def check(conf, token, prev, next, nextnext, context):
|
|||||||
conf['forbid-unused-anchors']):
|
conf['forbid-unused-anchors']):
|
||||||
if isinstance(token, yaml.AnchorToken):
|
if isinstance(token, yaml.AnchorToken):
|
||||||
context['anchors'][token.value] = {
|
context['anchors'][token.value] = {
|
||||||
"line": token.start_mark.line,
|
'line': token.start_mark.line,
|
||||||
"column": token.start_mark.column,
|
'column': token.start_mark.column,
|
||||||
"used": False
|
'used': False
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user