Skip to content

Commit ea48021

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
1 parent 6bd73c0 commit ea48021

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.10.1
7+
rev: v3.15.0
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 23.9.1
11+
rev: 23.10.1
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -17,7 +17,7 @@ repos:
1717
- id: prettier
1818
exclude: tests/data/.+
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.4.0
20+
rev: v4.5.0
2121
hooks:
2222
- id: check-added-large-files
2323
- id: check-ast
@@ -34,7 +34,7 @@ repos:
3434
args:
3535
- --max-line-length=100
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.5.1
37+
rev: v1.6.1
3838
hooks:
3939
- id: mypy
4040
exclude: examples

0 commit comments

Comments
 (0)