Skip to content

Commit ebd6335

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.10.0](psf/black-pre-commit-mirror@23.12.1...24.10.0) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.1.9...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](kynan/nbstripout@0.6.1...0.8.1)
1 parent aab7cc1 commit ebd6335

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
@@ -5,18 +5,18 @@ ci:
55

66
repos:
77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: "23.12.1"
8+
rev: "24.10.0"
99
hooks:
1010
- id: black-jupyter
1111

1212
- repo: https://github.com/adamchainz/blacken-docs
13-
rev: "1.16.0"
13+
rev: "1.19.1"
1414
hooks:
1515
- id: blacken-docs
1616
additional_dependencies: [black==23.7.0]
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: "v4.5.0"
19+
rev: "v5.0.0"
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-case-conflict
@@ -49,13 +49,13 @@ repos:
4949
args: [--prose-wrap=always]
5050

5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: "v0.1.9"
52+
rev: "v0.8.6"
5353
hooks:
5454
- id: ruff
5555
args: ["--fix", "--show-fixes"]
5656

5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: "v1.8.0"
58+
rev: "v1.14.1"
5959
hooks:
6060
- id: mypy
6161
files: src|tests
@@ -65,12 +65,12 @@ repos:
6565
stages: [manual]
6666

6767
- repo: https://github.com/codespell-project/codespell
68-
rev: "v2.2.6"
68+
rev: "v2.3.0"
6969
hooks:
7070
- id: codespell
7171

7272
- repo: https://github.com/shellcheck-py/shellcheck-py
73-
rev: "v0.9.0.6"
73+
rev: "v0.10.0.1"
7474
hooks:
7575
- id: shellcheck
7676

@@ -83,7 +83,7 @@ repos:
8383
exclude: .pre-commit-config.yaml
8484

8585
- repo: https://github.com/kynan/nbstripout
86-
rev: "0.6.1"
86+
rev: "0.8.1"
8787
hooks:
8888
- id: nbstripout
8989
args:

0 commit comments

Comments
 (0)