diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9326a026..c4a8a138 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,11 +46,11 @@ repos: - id: black exclude: ^docs/ - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.0 + rev: v0.9.4 hooks: - id: ruff args: [ '--fix' ] @@ -62,7 +62,7 @@ repos: additional_dependencies: [ 'flake8-rst-docstrings' ] args: [ '--config=.flake8' ] - repo: https://github.com/jendrikseipp/vulture - rev: v2.13 + rev: v2.14 hooks: - id: vulture # - repo: https://github.com/pre-commit/mirrors-mypy @@ -103,17 +103,17 @@ repos: - id: numpydoc-validation exclude: "^docs/|^tests/" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.1 hooks: - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v0.8.0 + rev: v1.3.0 hooks: - id: zizmor args: [ '--config=.zizmor.yml' ] - repo: https://github.com/gitleaks/gitleaks - rev: v8.21.2 + rev: v8.23.3 hooks: - id: gitleaks - repo: meta