Skip to content

Commit

Permalink
style: Apply missing pre-commit fixes (#3834)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jun 15, 2024
1 parent 7bb3f7e commit 0b0cffc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gui/wxpython/docs/wxgui_sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
footer_tmpl = string.Template(
r"""
{% block footer %}<hr class="header">
<p><a href="../index.html">Help Index</a> | <a href="../topics.html">Topics Index</a>
| <a href="../keywords.html">Keywords Index</a>
<p><a href="../index.html">Help Index</a> | <a href="../topics.html">Topics Index</a>
| <a href="../keywords.html">Keywords Index</a>
| <a href="../full_index.html">Full Index</a></p>
<p>&copy; 2003-${year} <a href="https://grass.osgeo.org">GRASS Development Team</a>,
<p>&copy; 2003-${year} <a href="https://grass.osgeo.org">GRASS Development Team</a>,
GRASS GIS ${grass_version} Reference Manual</p>
{% endblock %}
"""
Expand Down
8 changes: 4 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"config:best-practices",
":semanticCommits",
":semanticCommitTypeAll(CI)",
// allows to use comments starting with
// "# renovate: " to update _VERSION

// allows to use comments starting with
// "# renovate: " to update _VERSION
// environment variables in GitHub Action files.
"customManagers:githubActionsVersions",
// allows to use comments starting with
// "# renovate: " to update _VERSION
// ENV or ARG in a Dockerfile.
"customManagers:dockerfileVersions",

// when a dependency is really out of date, this will prevent to skip directly to the latest version.
":separateMultipleMajorReleases",
]
Expand Down

0 comments on commit 0b0cffc

Please sign in to comment.