Skip to content

Commit b51606a

Browse files
Updated files with 'repo_helper'.
1 parent 7e9c9e4 commit b51606a

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
user: __token__
167167
password: ${{ secrets.PYPI_TOKEN }}
168-
skip_existing: true
168+
skip-existing: true
169169

170170
- name: Close milestone 🚪
171171
if: startsWith(github.ref, 'refs/tags/')

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ docs/_build/
4747
doc/build
4848
target/
4949
.ipynb_checkpoints
50-
.python-version
5150
celerybeat-schedule
5251
celerybeat.pid
5352
*.sage.py

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.13.0
11+
rev: v0.14.0
1212
hooks:
1313
- id: reformat-pyproject
1414

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Enum Tools
109109
:target: https://github.com/domdfcoding/enum_tools/commit/master
110110
:alt: GitHub last commit
111111

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

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/enum_tools

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Enum Tools
123123
:last-commit:
124124
:alt: GitHub last commit
125125

126-
.. |maintained| maintained-shield:: 2025
126+
.. |maintained| maintained-shield:: 2026
127127
:alt: Maintenance
128128

129129
.. |pypi-downloads| pypi-shield::

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ unused-imports:
1212
incomplete-defs:
1313
tox -e lint -- --select MAN
1414

15+
commas:
16+
tox -e lint -- --select C812,C813,C814,C815,C816
17+
1518
vdiff:
1619
git diff $(repo-helper show version -q)..HEAD
1720

0 commit comments

Comments
 (0)