Skip to content

Commit 3a099f1

Browse files
echoixneteler
authored andcommitted
style: Apply missing pre-commit fixes (#3834)
1 parent ffffab9 commit 3a099f1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

gui/wxpython/docs/wxgui_sphinx/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
footer_tmpl = string.Template(
3131
r"""
3232
{% block footer %}<hr class="header">
33-
<p><a href="../index.html">Help Index</a> | <a href="../topics.html">Topics Index</a>
34-
| <a href="../keywords.html">Keywords Index</a>
33+
<p><a href="../index.html">Help Index</a> | <a href="../topics.html">Topics Index</a>
34+
| <a href="../keywords.html">Keywords Index</a>
3535
| <a href="../full_index.html">Full Index</a></p>
36-
<p>&copy; 2003-${year} <a href="https://grass.osgeo.org">GRASS Development Team</a>,
36+
<p>&copy; 2003-${year} <a href="https://grass.osgeo.org">GRASS Development Team</a>,
3737
GRASS GIS ${grass_version} Reference Manual</p>
3838
{% endblock %}
3939
"""

renovate.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"config:best-practices",
55
":semanticCommits",
66
":semanticCommitTypeAll(CI)",
7-
8-
// allows to use comments starting with
9-
// "# renovate: " to update _VERSION
7+
8+
// allows to use comments starting with
9+
// "# renovate: " to update _VERSION
1010
// environment variables in GitHub Action files.
1111
"customManagers:githubActionsVersions",
1212
// allows to use comments starting with
1313
// "# renovate: " to update _VERSION
1414
// ENV or ARG in a Dockerfile.
1515
"customManagers:dockerfileVersions",
16-
16+
1717
// when a dependency is really out of date, this will prevent to skip directly to the latest version.
1818
":separateMultipleMajorReleases",
1919
]

0 commit comments

Comments
 (0)