Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
args: [ '--branch', 'main' ]
- id: trailing-whitespace
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.3
rev: v0.24.4
hooks:
- id: toml-sort-fix
- repo: https://github.com/adrienverge/yamllint.git
Expand All @@ -49,7 +49,7 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.4
rev: v0.15.9
hooks:
- id: ruff-check
args: [ '--fix', '--show-fixes' ]
Expand All @@ -61,7 +61,7 @@ repos:
additional_dependencies: [ 'flake8-rst-docstrings==0.4.0' ]
args: [ '--config=.flake8' ]
- repo: https://github.com/jendrikseipp/vulture
rev: v2.14
rev: v2.16
hooks:
- id: vulture
# - repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -81,7 +81,7 @@ repos:
files: ".ipynb"
args: [ '--extra-keys=metadata.kernelspec' ]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
additional_dependencies: [ 'tomli' ]
Expand All @@ -92,12 +92,12 @@ repos:
- id: numpydoc-validation
exclude: "^docs/|^tests/"
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.0
rev: 0.37.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.22.0
rev: v1.23.1
hooks:
- id: zizmor
args: [ '--config=.zizmor.yml' ]
Expand Down
Loading