Skip to content

Commit 7328768

Browse files
Updated files with 'repo_helper'. (#76)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent cde4295 commit 7328768

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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
@@ -114,7 +114,7 @@ and `the documentation for coincidence`_ for an example with the ReadTheDocs the
114114
:target: https://github.com/sphinx-toolbox/sphinx-autofixture/commit/master
115115
:alt: GitHub last commit
116116

117-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
117+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
118118
:alt: Maintenance
119119

120120
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/sphinx-autofixture

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sphinx-autofixture
114114
:last-commit:
115115
:alt: GitHub last commit
116116

117-
.. |maintained| maintained-shield:: 2024
117+
.. |maintained| maintained-shield:: 2025
118118
:alt: Maintenance
119119

120120
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,16 @@ filterwarnings =
248248
always:The alias 'sphinx.util.SkipProgressMessage' is deprecated, use 'sphinx.util.display.SkipProgressMessage' instead:DeprecationWarning:sphinxcontrib.applehelp
249249
always:The alias 'sphinx.util.progress_message' is deprecated, use 'sphinx.http_date.epoch_to_rfc1123' instead.:DeprecationWarning:sphinxcontrib.applehelp
250250
always:The alias 'sphinx.util.typing.stringify' is deprecated, use 'sphinx.util.typing.stringify_annotation' instead. Check CHANGES for Sphinx API modifications.:DeprecationWarning
251-
252251
markers = sphinx
253252
254253
[testenv:py312-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}]
254+
download = True
255255
setenv =
256256
PYTHONDEVMODE=1
257257
PIP_DISABLE_PIP_VERSION_CHECK=1
258258
259259
[testenv:py313-dev-sphinx{3.2,3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}]
260+
download = True
260261
setenv =
261262
PYTHONDEVMODE=1
262263
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)