Skip to content

Commit 097799a

Browse files
committed
Update pre-commit
1 parent 0bfe4f6 commit 097799a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.15.2
3+
rev: v3.19.1
44
hooks:
55
- id: pyupgrade
6-
args: [--py38-plus]
6+
args: [--py39-plus]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 24.4.2
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.13.2
14+
rev: 6.0.1
1515
hooks:
1616
- id: isort
1717
args: [--add-import=from __future__ import annotations]
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.0.0
20+
rev: 7.2.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
@@ -29,7 +29,7 @@ repos:
2929
- id: python-no-log-warn
3030

3131
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v4.6.0
32+
rev: v5.0.0
3333
hooks:
3434
- id: check-json
3535
- id: check-merge-conflict
@@ -38,8 +38,8 @@ repos:
3838
- id: requirements-txt-fixer
3939
- id: trailing-whitespace
4040

41-
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v4.0.0-alpha.8
41+
- repo: https://github.com/rbubley/mirrors-prettier
42+
rev: v3.5.3
4343
hooks:
4444
- id: prettier
4545
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)