Skip to content

Commit 31d86c9

Browse files
[pre-commit.ci] pre-commit autoupdate (#111)
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/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) - [github.com/woodruffw/zizmor-pre-commit: v1.11.0 → v1.14.2](zizmorcore/zizmor-pre-commit@v1.11.0...v1.14.2) - [github.com/gitleaks/gitleaks: v8.27.2 → v8.28.0](gitleaks/gitleaks@v8.27.2...v8.28.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d417a78 commit 31d86c9

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
@@ -9,7 +9,7 @@ repos:
99
args: [ '--py310-plus' ]
1010
exclude: 'src/xncml/generated/_ncml_2_2.py'
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -30,7 +30,7 @@ repos:
3030
args: [ '--autofix', '--no-ensure-ascii', '--no-sort-keys' ]
3131
exclude: '.ipynb'
3232
- repo: https://github.com/pappasam/toml-sort
33-
rev: v0.24.2
33+
rev: v0.24.3
3434
hooks:
3535
- id: toml-sort-fix
3636
- repo: https://github.com/adrienverge/yamllint.git
@@ -50,7 +50,7 @@ repos:
5050
- id: rst-inline-touching-normal
5151
- id: text-unicode-replacement-char
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: v0.12.2
53+
rev: v0.13.3
5454
hooks:
5555
- id: ruff
5656
args: [ '--fix' ]
@@ -81,17 +81,17 @@ repos:
8181
# - id: numpydoc-validation
8282
# exclude: ^docs/|^tests/
8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.33.2
84+
rev: 0.34.0
8585
hooks:
8686
- id: check-github-workflows
8787
- id: check-readthedocs
8888
- repo: https://github.com/woodruffw/zizmor-pre-commit
89-
rev: v1.11.0
89+
rev: v1.14.2
9090
hooks:
9191
- id: zizmor
9292
args: [ '--config=.zizmor.yml' ]
9393
- repo: https://github.com/gitleaks/gitleaks
94-
rev: v8.27.2
94+
rev: v8.28.0
9595
hooks:
9696
- id: gitleaks
9797
- repo: meta

0 commit comments

Comments
 (0)