Skip to content

Commit 6cbf0f5

Browse files
chore: update pre-commit hooks
updates: - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.20.0](adamchainz/blacken-docs@1.16.0...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.3.0...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.18.2](pre-commit/mirrors-mypy@v1.8.0...v1.18.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.11.0.1) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.24.1](abravalheri/validate-pyproject@v0.16...v0.24.1) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.34.0](python-jsonschema/check-jsonschema@0.28.0...0.34.0)
1 parent a6a35e5 commit 6cbf0f5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

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

55
repos:
66
- repo: https://github.com/adamchainz/blacken-docs
7-
rev: "1.16.0"
7+
rev: "1.20.0"
88
hooks:
99
- id: blacken-docs
1010
additional_dependencies: [black==24.*]
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: "v4.5.0"
13+
rev: "v6.0.0"
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-case-conflict
@@ -33,21 +33,21 @@ repos:
3333
- id: rst-inline-touching-normal
3434

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

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.3.0"
43+
rev: "v0.13.1"
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.8.0"
50+
rev: "v1.18.2"
5151
hooks:
5252
- id: mypy
5353
files: src|tests
@@ -57,12 +57,12 @@ repos:
5757
- pandas-stubs
5858

5959
- repo: https://github.com/codespell-project/codespell
60-
rev: "v2.2.6"
60+
rev: "v2.4.1"
6161
hooks:
6262
- id: codespell
6363

6464
- repo: https://github.com/shellcheck-py/shellcheck-py
65-
rev: "v0.9.0.6"
65+
rev: "v0.11.0.1"
6666
hooks:
6767
- id: shellcheck
6868

@@ -75,13 +75,13 @@ repos:
7575
exclude: .pre-commit-config.yaml
7676

7777
- repo: https://github.com/abravalheri/validate-pyproject
78-
rev: "v0.16"
78+
rev: "v0.24.1"
7979
hooks:
8080
- id: validate-pyproject
8181
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: "0.28.0"
84+
rev: "0.34.0"
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)