Skip to content

Commit be23fb8

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2) - [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: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8) - [github.com/asottile/blacken-docs: 1.13.0 → 1.18.0](adamchainz/blacken-docs@1.13.0...1.18.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.264 → v0.5.5](astral-sh/ruff-pre-commit@v0.0.264...v0.5.5) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.2...v0.10.0.1)
1 parent f151a98 commit be23fb8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

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

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

1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: "v4.4.0"
12+
rev: "v4.6.0"
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-case-conflict
@@ -32,25 +32,25 @@ repos:
3232
- id: rst-inline-touching-normal
3333

3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: "v2.7.1"
35+
rev: "v4.0.0-alpha.8"
3636
hooks:
3737
- id: prettier
3838
types_or: [yaml, markdown, html, css, scss, javascript, json]
3939
args: [--prose-wrap=always]
4040

4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: "1.13.0"
42+
rev: "1.18.0"
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black==23.3.0]
4646

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

5353
- repo: https://github.com/shellcheck-py/shellcheck-py
54-
rev: "v0.9.0.2"
54+
rev: "v0.10.0.1"
5555
hooks:
5656
- id: shellcheck

0 commit comments

Comments
 (0)