Skip to content

Commit c0015e0

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#74)
2 parents cb5d86c + f0e19c9 commit c0015e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.14.0
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.9.1
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 23.12.1
1010
hooks:
1111
- id: black
1212
exclude: ^html/
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.12.0
15+
rev: 5.13.2
1616
hooks:
1717
- id: isort
1818

@@ -30,7 +30,7 @@ repos:
3030
- id: python-no-log-warn
3131

3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v4.4.0
33+
rev: v4.5.0
3434
hooks:
3535
- id: check-case-conflict
3636
- id: check-merge-conflict
@@ -41,12 +41,12 @@ repos:
4141
- id: trailing-whitespace
4242

4343
- repo: https://github.com/tox-dev/pyproject-fmt
44-
rev: 1.2.0
44+
rev: 1.5.3
4545
hooks:
4646
- id: pyproject-fmt
4747

4848
- repo: https://github.com/abravalheri/validate-pyproject
49-
rev: v0.14
49+
rev: v0.15
5050
hooks:
5151
- id: validate-pyproject
5252

0 commit comments

Comments
 (0)