diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e974b10..1afb00d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort args: ["--profile", "black"] @@ -29,7 +29,7 @@ repos: - --config=pyproject.toml - --all - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.8 + rev: v22.1.1 hooks: - id: clang-format - repo: https://github.com/pycqa/pydocstyle @@ -37,6 +37,6 @@ repos: hooks: - id: pydocstyle - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell