Skip to content

Commit 44c04e6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
1 parent 782eaa0 commit 44c04e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: "23.9.1"
5+
rev: "23.10.1"
66
hooks:
77
- id: black-jupyter
88

@@ -54,7 +54,7 @@ repos:
5454
name: isort (python)
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: "v1.6.0"
57+
rev: "v1.6.1"
5858
hooks:
5959
- id: mypy
6060
args: [--config-file, ./pyproject.toml]

0 commit comments

Comments
 (0)