diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89832c1..75361db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,19 +16,19 @@ repos: - id: check-json # checks json files for parseable syntax. - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: [--config, ./.codespellrc] - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort args: [--profile, black] - repo: https://github.com/psf/black-pre-commit-mirror - rev: "26.1.0" + rev: "26.3.1" hooks: - id: black