Skip to content

Commit ce0b9d5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0) - [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.7.0](pre-commit/mirrors-mypy@v1.6.0...v1.7.0)
1 parent 782eaa0 commit ce0b9d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.11.0"
66
hooks:
77
- id: black-jupyter
88

@@ -28,14 +28,14 @@ repos:
2828
- id: rst-inline-touching-normal
2929

3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: "v3.0.3"
31+
rev: "v3.1.0"
3232
hooks:
3333
- id: prettier
3434
types_or: [yaml, markdown, html, css, scss, javascript, json]
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.7.0"
5858
hooks:
5959
- id: mypy
6060
args: [--config-file, ./pyproject.toml]

0 commit comments

Comments
 (0)