[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
pull/1433/head
pre-commit-ci[bot] 2025-07-31 22:32:49 +00:00
rodzic 732a6478cb
commit d3a8e3030c
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -62,8 +62,8 @@ from repo2docker.buildpacks.conda import CondaBuildPack
default_python = f"`Python {CondaBuildPack.major_pythons['3']}`"
myst_substitutions = {
"default_python": default_python,
"default_python_version": default_python,
"default_python": default_python,
"default_python_version": default_python,
}
rst_prolog = f"""
.. |default_python| replace:: **Python {default_python}**

Wyświetl plik

@ -1,6 +1,6 @@
# Configuration files for post-build actions
These files control behavior that happens *after* the image is initially built (AKA, after the packages and languages have been installed). It's useful if you need to ensure files are in a particular place, or certain commands are run when a new session launches.
These files control behavior that happens _after_ the image is initially built (AKA, after the packages and languages have been installed). It's useful if you need to ensure files are in a particular place, or certain commands are run when a new session launches.
:::{note}
After building the image, all actions are run as a user named `jovyan`.

Wyświetl plik

@ -63,4 +63,4 @@ of the Julia packages that are installed.
:::{admonition} `REQUIRE` files are no longer supported
The recommended way of installing a Julia environment is to use a `Project.toml` file.
:::
:::