Skip to content

Commit 59fbce8

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black: 23.7.0 → 24.8.0](psf/black@23.7.0...24.8.0) - [github.com/asottile/blacken-docs: 1.15.0 → 1.18.0](adamchainz/blacken-docs@1.15.0...1.18.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.6.1](astral-sh/ruff-pre-commit@v0.0.280...v0.6.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.11.1](pre-commit/mirrors-mypy@v1.4.1...v1.11.1) - [github.com/codespell-project/codespell: v2.2.5 → v2.3.0](codespell-project/codespell@v2.2.5...v2.3.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.5...v0.10.0.1)
1 parent c2ac712 commit 59fbce8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: "23.7.0"
7+
rev: "24.8.0"
88
hooks:
99
- id: black-jupyter
1010

1111
- repo: https://github.com/asottile/blacken-docs
12-
rev: "1.15.0"
12+
rev: "1.18.0"
1313
hooks:
1414
- id: blacken-docs
1515
additional_dependencies: [black==23.7.0]
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: "v4.4.0"
18+
rev: "v4.6.0"
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -38,20 +38,20 @@ repos:
3838
- id: rst-inline-touching-normal
3939

4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: "v3.0.0"
41+
rev: "v4.0.0-alpha.8"
4242
hooks:
4343
- id: prettier
4444
types_or: [yaml, markdown, html, css, scss, javascript, json]
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.0.280"
48+
rev: "v0.6.1"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.4.1"
54+
rev: "v1.11.1"
5555
hooks:
5656
- id: mypy
5757
files: src|tests
@@ -60,13 +60,13 @@ repos:
6060
- pytest
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: "v2.2.5"
63+
rev: "v2.3.0"
6464
hooks:
6565
- id: codespell
6666
exclude: '.*\.ipynb'
6767

6868
- repo: https://github.com/shellcheck-py/shellcheck-py
69-
rev: "v0.9.0.5"
69+
rev: "v0.10.0.1"
7070
hooks:
7171
- id: shellcheck
7272

0 commit comments

Comments
 (0)