Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 14, 2024
1 parent def336a commit e39299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
myst_linkify_fuzzy_links = False
latest_default = sorted(
(Path(__file__).parents[2] / "menuinst" / "data").glob("*-*.default.json"),
key=lambda path: [int(x) for x in path.name.split(".")[0].rsplit("-", 3)[-3:]]
key=lambda path: [int(x) for x in path.name.split(".")[0].rsplit("-", 3)[-3:]],
)[-1]
default_config_payload = json.dumps(json.loads(latest_default.read_text()), indent=2)
myst_substitutions = {
Expand Down

0 comments on commit e39299e

Please sign in to comment.