Skip to content

Commit 1be766a

Browse files
committed
Update pre-commit
1 parent eb24b28 commit 1be766a

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.pre-commit-config.yaml

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

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 6.0.0
19+
rev: 6.1.0
2020
hooks:
2121
- id: flake8
2222
additional_dependencies:
@@ -29,23 +29,23 @@ repos:
2929
- id: python-no-log-warn
3030

3131
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v4.4.0
32+
rev: v4.5.0
3333
hooks:
3434
- id: check-case-conflict
3535
- id: check-merge-conflict
36-
- id: check-json
3736
- id: check-toml
3837
- id: check-yaml
38+
- id: debug-statements
3939
- id: end-of-file-fixer
4040
- id: trailing-whitespace
4141

4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: 0.13.0
43+
rev: 1.5.3
4444
hooks:
4545
- id: pyproject-fmt
4646

4747
- repo: https://github.com/abravalheri/validate-pyproject
48-
rev: v0.13
48+
rev: v0.15
4949
hooks:
5050
- id: validate-pyproject
5151

@@ -55,10 +55,15 @@ repos:
5555
- id: tox-ini-fmt
5656

5757
- repo: https://github.com/pre-commit/mirrors-prettier
58-
rev: v3.0.0
58+
rev: v3.1.0
5959
hooks:
6060
- id: prettier
6161
args: [--prose-wrap=always, --print-width=88]
6262

63+
- repo: meta
64+
hooks:
65+
- id: check-hooks-apply
66+
- id: check-useless-excludes
67+
6368
ci:
6469
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)