Skip to content

Commit 3cb7eea

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.12.12](astral-sh/ruff-pre-commit@v0.11.10...v0.12.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 37dd5f1 commit 3cb7eea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: "v5.0.0"
7+
rev: "v6.0.0"
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -27,27 +27,27 @@ repos:
2727
- id: rst-inline-touching-normal
2828

2929
- repo: https://github.com/rbubley/mirrors-prettier
30-
rev: "v3.5.3"
30+
rev: "v3.6.2"
3131
hooks:
3232
- id: prettier
3333
types_or: [yaml, markdown, html, css, scss, javascript, json]
3434
args: [--prose-wrap=always]
3535

3636
- repo: https://github.com/adamchainz/blacken-docs
37-
rev: "1.19.1"
37+
rev: "1.20.0"
3838
hooks:
3939
- id: blacken-docs
4040
additional_dependencies: [black~=25.0]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.11.10"
43+
rev: "v0.12.12"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
4747
- id: ruff-format
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.15.0"
50+
rev: "v1.17.1"
5151
hooks:
5252
- id: mypy
5353
files: src|tests
@@ -64,7 +64,7 @@ repos:
6464
- id: codespell
6565

6666
- repo: https://github.com/shellcheck-py/shellcheck-py
67-
rev: "v0.10.0.1"
67+
rev: "v0.11.0.1"
6868
hooks:
6969
- id: shellcheck
7070

0 commit comments

Comments
 (0)