Skip to content

Commit e9e04c0

Browse files
[repo-helper] Configuration Update (#32)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent a0ec0cf commit e9e04c0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
- id: snippet-fmt
8282

8383
- repo: https://github.com/python-formate/formate
84-
rev: v0.7.0
84+
rev: v0.8.0
8585
hooks:
8686
- id: formate
8787
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The patches can be disabled by setting the environment variable ``NO_SPHINX_JINJ
9999
:target: https://github.com/sphinx-toolbox/sphinx-jinja2-compat/commit/master
100100
:alt: GitHub last commit
101101

102-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
102+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
103103
:alt: Maintenance
104104

105105
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/sphinx-jinja2-compat

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,13 @@ unused-arguments-ignore-magic-methods = True
168168
unused-arguments-ignore-variadic-names = True
169169
170170
[testenv:py312-jinja2{3.1,3.0,2.11,2.10}]
171+
download = True
171172
setenv =
172173
PYTHONDEVMODE=1
173174
PIP_DISABLE_PIP_VERSION_CHECK=1
174175
175176
[testenv:py313-dev-jinja2{3.1,3.0,2.11,2.10}]
177+
download = True
176178
setenv =
177179
PYTHONDEVMODE=1
178180
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)