Skip to content

Commit d23e780

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/sirosen/texthooks: 0.6.3 → 0.6.4](sirosen/texthooks@0.6.3...0.6.4)
1 parent d8d9fab commit d23e780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/psf/black
22-
rev: "23.12.1"
22+
rev: "24.2.0"
2323
hooks:
2424
- id: black
2525

@@ -34,7 +34,7 @@ repos:
3434
- id: isort
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: "v1.8.0"
37+
rev: "v1.9.0"
3838
hooks:
3939
- id: mypy
4040

@@ -57,7 +57,7 @@ repos:
5757
exclude: test
5858

5959
- repo: https://github.com/sirosen/texthooks
60-
rev: "0.6.3"
60+
rev: "0.6.4"
6161
hooks:
6262
- id: fix-ligatures
6363
- id: fix-smartquotes

0 commit comments

Comments
 (0)