Skip to content

Commit 6759968

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

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- {python-version: "3.13", testenvs: "py313,build", experimental: False}
3939
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
4040
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
41-
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
41+
- {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True}
4242

4343
steps:
4444
- name: Checkout 🛎️
@@ -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/')

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- {python-version: "3.13", os-ver: "14", testenvs: "py313,build", experimental: False}
3838
- {python-version: "pypy-3.7", os-ver: "15-intel", testenvs: "pypy37,build", experimental: False}
3939
- {python-version: "pypy-3.8", os-ver: "14", testenvs: "pypy38,build", experimental: False}
40-
- {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39,build", experimental: True}
40+
- {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39", experimental: True}
4141

4242
steps:
4343
- name: Checkout 🛎️

.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

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

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ deps =
121121
flake8-sphinx-links>=0.0.4
122122
flake8-strftime>=0.1.1
123123
flake8-typing-imports>=1.10.0
124+
flake8-params>=0.1.0
125+
flake8-commas>=2.1.0
124126
git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations
125127
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
126128
git+https://github.com/domdfcoding/flake8-rst-docstrings.git

0 commit comments

Comments
 (0)