Skip to content

Commit b0fc0d0

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/python-poetry/poetry: 1.6.0 → 1.7.0](python-poetry/poetry@1.6.0...1.7.0) - [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 b0fc0d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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

@@ -35,7 +35,7 @@ repos:
3535
args: [--prose-wrap=never]
3636

3737
- repo: https://github.com/python-poetry/poetry
38-
rev: "1.6.0" # add version here
38+
rev: "1.7.0" # add version here
3939
hooks:
4040
- id: poetry-check
4141
- id: poetry-lock
@@ -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)