diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9190e0a..19a9368 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v5.0.2 hooks: - id: reuse name: Check license headers (REUSE) @@ -68,7 +68,7 @@ repos: name: Fixing common spelling mistakes args: [--write-changes, -L, assertIn] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows name: Check GitHub Workflow configuration @@ -78,12 +78,12 @@ repos: - id: editorconfig-checker exclude: docs/guide/api.rst - repo: https://github.com/PyCQA/docformatter - rev: eb1df347edd128b30cd3368dddc3aa65edcfac38 + rev: v1.7.5 hooks: - id: docformatter name: Fixing docstring formatting - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint name: Fixing markdown linting errors @@ -114,8 +114,8 @@ repos: - flake8-pyproject - pep8-naming - pydoclint -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.7.0 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.8.2 hooks: - id: ruff name: Linting Python code (ruff) @@ -128,7 +128,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy name: Static typechecking (mypy)