Skip to content

Commit ab140df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pappasam/toml-sort: v0.24.3 → v0.24.4](pappasam/toml-sort@v0.24.3...v0.24.4) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/jendrikseipp/vulture: v2.14 → v2.16](jendrikseipp/vulture@v2.14...v2.16) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/woodruffw/zizmor-pre-commit: v1.22.0 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.22.0...v1.23.1)
1 parent ff74986 commit ab140df

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: [ '--branch', 'main' ]
3030
- id: trailing-whitespace
3131
- repo: https://github.com/pappasam/toml-sort
32-
rev: v0.24.3
32+
rev: v0.24.4
3333
hooks:
3434
- id: toml-sort-fix
3535
- repo: https://github.com/adrienverge/yamllint.git
@@ -49,7 +49,7 @@ repos:
4949
- id: rst-inline-touching-normal
5050
- id: text-unicode-replacement-char
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.15.4
52+
rev: v0.15.9
5353
hooks:
5454
- id: ruff-check
5555
args: [ '--fix', '--show-fixes' ]
@@ -61,7 +61,7 @@ repos:
6161
additional_dependencies: [ 'flake8-rst-docstrings==0.4.0' ]
6262
args: [ '--config=.flake8' ]
6363
- repo: https://github.com/jendrikseipp/vulture
64-
rev: v2.14
64+
rev: v2.16
6565
hooks:
6666
- id: vulture
6767
# - repo: https://github.com/pre-commit/mirrors-mypy
@@ -81,7 +81,7 @@ repos:
8181
files: ".ipynb"
8282
args: [ '--extra-keys=metadata.kernelspec' ]
8383
- repo: https://github.com/codespell-project/codespell
84-
rev: v2.4.1
84+
rev: v2.4.2
8585
hooks:
8686
- id: codespell
8787
additional_dependencies: [ 'tomli' ]
@@ -92,12 +92,12 @@ repos:
9292
- id: numpydoc-validation
9393
exclude: "^docs/|^tests/"
9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.37.0
95+
rev: 0.37.1
9696
hooks:
9797
- id: check-github-workflows
9898
- id: check-readthedocs
9999
- repo: https://github.com/woodruffw/zizmor-pre-commit
100-
rev: v1.22.0
100+
rev: v1.23.1
101101
hooks:
102102
- id: zizmor
103103
args: [ '--config=.zizmor.yml' ]

0 commit comments

Comments
 (0)