diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9190e0a..6f24ce1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ 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 @@ -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.7.3 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)