Skip to content

Commit 7e5275f

Browse files
[repo-helper] Configuration Update (#121)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 9658c3e commit 7e5275f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.13", testenvs: "py313-sphinx{6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2},build", experimental: False}
3636
- {python-version: "pypy-3.7", testenvs: "pypy37-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3},build", experimental: False}
3737
- {python-version: "pypy-3.8", testenvs: "pypy38-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}", experimental: False}
38-
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4}", experimental: True}
38+
- {python-version: "pypy-3.9-v7.3.16", testenvs: "pypy39-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4}", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️

.pre-commit-config.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.5.0
35+
rev: v0.6.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:
@@ -60,8 +60,8 @@ repos:
6060
- id: rst-directive-colons
6161
- id: rst-inline-touching-normal
6262

63-
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.3.0
63+
- repo: https://github.com/python-formate/pyupgrade
64+
rev: '2e49872'
6565
hooks:
6666
- id: pyupgrade
6767
args:
@@ -80,12 +80,15 @@ repos:
8080
- id: snippet-fmt
8181

8282
- repo: https://github.com/python-formate/formate
83-
rev: v1.1.2
83+
rev: v1.2.0
8484
hooks:
8585
- id: formate
8686
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8787
additional_dependencies:
8888
- formate-trailing-commas>=0.1.1
89+
types_or:
90+
- python
91+
- pyi
8992

9093
- repo: https://github.com/python-coincidence/dep_checker
9194
rev: v0.9.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requires =
4040
pip>=21,!=22.2
4141
tox-envlist>=0.2.1
4242
tox~=3.0
43-
virtualenv!=20.16.0
43+
virtualenv!=20.16.0,<20.39
4444

4545
[envlists]
4646
test =

0 commit comments

Comments
 (0)