Skip to content

Commit 0924141

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 24.4.2](psf/black@23.9.1...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/python-poetry/poetry: 1.6.0 → 1.8.0](python-poetry/poetry@1.6.0...1.8.0) - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.10.0](pre-commit/mirrors-mypy@v1.6.0...v1.10.0)
1 parent 782eaa0 commit 0924141

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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: "24.4.2"
66
hooks:
77
- id: black-jupyter
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-case-conflict
@@ -28,33 +28,33 @@ repos:
2828
- id: rst-inline-touching-normal
2929

3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: "v3.0.3"
31+
rev: "v4.0.0-alpha.8"
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.8.0" # add version here
3939
hooks:
4040
- id: poetry-check
4141
- id: poetry-lock
4242
args: ["--check", "--no-update"]
4343

4444
- repo: https://github.com/hadialqattan/pycln
45-
rev: v2.3.0
45+
rev: v2.4.0
4646
hooks:
4747
- id: pycln
4848
args: [--config=pyproject.toml]
4949

5050
- repo: https://github.com/pycqa/isort
51-
rev: 5.12.0
51+
rev: 5.13.2
5252
hooks:
5353
- id: isort
5454
name: isort (python)
5555

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

0 commit comments

Comments
 (0)