Skip to content

Commit 2dc1236

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

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

.github/workflows/octocheese.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: 0 12 * * *
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
Run:
1114
runs-on: ubuntu-latest

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- {python-version: "3.12", testenvs: "py312-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3737
- {python-version: "3.13", testenvs: "py313-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3838
- {python-version: "pypy-3.7", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
39-
- {python-version: "pypy-3.8", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
40-
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
39+
- {python-version: "pypy-3.8", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10}", experimental: False}
40+
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10}", experimental: True}
4141

4242
steps:
4343
- name: Checkout 🛎️

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Upload distribution to PyPI 🚀
106106
if: startsWith(github.ref, 'refs/tags/')
107-
uses: pypa/gh-action-pypi-publish@v1.4.2
107+
uses: pypa/gh-action-pypi-publish@v1.13.0
108108
with:
109109
user: __token__
110110
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.7", os-ver: "13", testenvs: "py37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
31+
- {python-version: "3.7", os-ver: "15-intel", testenvs: "py37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3232
- {python-version: "3.8", os-ver: "14", testenvs: "py38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3333
- {python-version: "3.9", os-ver: "14", testenvs: "py39-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3434
- {python-version: "3.10", os-ver: "14", testenvs: "py310-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3535
- {python-version: "3.11", os-ver: "14", testenvs: "py311-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3636
- {python-version: "3.12", os-ver: "14", testenvs: "py312-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3737
- {python-version: "3.13", os-ver: "14", testenvs: "py313-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
38-
- {python-version: "pypy-3.7", os-ver: "13", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
38+
- {python-version: "pypy-3.7", os-ver: "15-intel", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3939
- {python-version: "pypy-3.8", os-ver: "14", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
4040
- {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
4141

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
- id: bind-requirements
4444

4545
- repo: https://github.com/python-formate/flake8-dunder-all
46-
rev: v0.4.1
46+
rev: v0.5.0
4747
hooks:
4848
- id: ensure-dunder-all
4949
files: ^sphinx_jinja2_compat/.*\.py$
@@ -62,7 +62,7 @@ repos:
6262
- id: rst-inline-touching-normal
6363

6464
- repo: https://github.com/asottile/pyupgrade
65-
rev: v2.12.0
65+
rev: v3.3.0
6666
hooks:
6767
- id: pyupgrade
6868
args:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ deps =
108108
flake8-sphinx-links>=0.0.4
109109
flake8-strftime>=0.1.1
110110
flake8-typing-imports>=1.10.0
111+
git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations
111112
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
112113
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
113114
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods

0 commit comments

Comments
 (0)