Skip to content

Commit 800c541

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0)
1 parent 5ad462d commit 800c541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 23.1.0
7+
rev: 23.3.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -28,7 +28,7 @@ repos:
2828
args:
2929
- --max-line-length=100
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.1.1
31+
rev: v1.2.0
3232
hooks:
3333
- id: mypy
3434
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)