Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 3, 2025
1 parent d4b903f commit 774527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/yaml_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def represent_octal(representer: RoundTripRepresenter, data: OctalIntYAML11) ->
return representer.insert_underscore(
"0",
v,
data._underscore, # noqa: SLF001
data._underscore,
anchor=anchor,
)

Expand Down

0 comments on commit 774527d

Please sign in to comment.