Skip to content

Commit faa7616

Browse files
[pre-commit.ci] pre-commit autoupdate
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/python-jsonschema/check-jsonschema.git: 0.31.3 → 0.33.3](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.31.3...0.33.3) - [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) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.12.9](astral-sh/ruff-pre-commit@v0.11.2...v0.12.9)
1 parent 49b2403 commit faa7616

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
args: [ '--maxkb=500' ]
@@ -43,7 +43,7 @@ repos:
4343
exclude: ^\.bumpversion\.cfg$
4444

4545
- repo: https://github.com/python-jsonschema/check-jsonschema.git
46-
rev: 0.31.3
46+
rev: 0.33.3
4747
hooks:
4848
- id: check-github-actions
4949
- id: check-github-workflows
@@ -72,7 +72,7 @@ repos:
7272
exclude: ^docs/_static/.*\.(js|html)$|^src/ridgeplot/.*\.c$
7373

7474
- repo: https://github.com/shellcheck-py/shellcheck-py
75-
rev: v0.10.0.1
75+
rev: v0.11.0.1
7676
hooks:
7777
- id: shellcheck
7878

@@ -102,7 +102,7 @@ repos:
102102
additional_dependencies: [setuptools-scm]
103103

104104
- repo: https://github.com/astral-sh/ruff-pre-commit
105-
rev: v0.11.2
105+
rev: v0.12.9
106106
hooks:
107107
- id: ruff-format
108108
- id: ruff

0 commit comments

Comments
 (0)