Skip to content

Commit b875489

Browse files
Update pre-commit to fix Sphinx Lint (#1247)
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent bb69125 commit b875489

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.10.1
3+
rev: v3.15.0
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]
77

8-
- repo: https://github.com/psf/black
9-
rev: 23.7.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 23.12.0
1010
hooks:
1111
- id: black
1212
args: [--skip-string-normalization]
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.12.0
15+
rev: 5.13.1
1616
hooks:
1717
- id: isort
1818
args: [--profile=black]
@@ -24,7 +24,7 @@ repos:
2424
additional_dependencies: [flake8-2020]
2525

2626
- repo: https://github.com/sphinx-contrib/sphinx-lint
27-
rev: v0.6.7
27+
rev: v0.9.1
2828
hooks:
2929
- id: sphinx-lint
3030
args: ["--enable=default-role"]
@@ -35,7 +35,7 @@ repos:
3535
- id: python-check-blanket-noqa
3636

3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: v4.4.0
38+
rev: v4.5.0
3939
hooks:
4040
- id: check-json
4141
- id: check-merge-conflict

0 commit comments

Comments
 (0)