Skip to content

Commit ae237b3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 23.11.0](psf/black-pre-commit-mirror@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
1 parent 75f3540 commit ae237b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434

3535
# Format code. No, I don't like everything black does either.
3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 23.10.1
37+
rev: 23.11.0
3838
hooks:
3939
- id: black
4040

@@ -49,6 +49,6 @@ repos:
4949

5050
# Type enforcement for Python
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.6.1
52+
rev: v1.7.0
5353
hooks:
5454
- id: mypy

0 commit comments

Comments
 (0)