Skip to content

Commit b685d27

Browse files
[repo-helper] Configuration Update (#78)
* 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 33cd184 commit b685d27

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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
@@ -109,7 +109,7 @@ flake8-dunder-all
109109
:target: https://github.com/python-formate/flake8-dunder-all/commit/master
110110
:alt: GitHub last commit
111111

112-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
112+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
113113
:alt: Maintenance
114114

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-dunder-all

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ flake8-dunder-all
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,13 @@ filterwarnings =
249249
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
250250
251251
[testenv:py312-flake8{4,5,6,7}]
252+
download = True
252253
setenv =
253254
PYTHONDEVMODE=1
254255
PIP_DISABLE_PIP_VERSION_CHECK=1
255256
256257
[testenv:py313-dev-flake8{4,5,6,7}]
258+
download = True
257259
setenv =
258260
PYTHONDEVMODE=1
259261
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)