diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0797bdd..f13a2cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,21 +31,21 @@ repos: entry: ghcr.io/hadolint/hadolint hadolint - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort # Aplly black formatting to python code # https://github.com/psf/black - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: [--config, pyproject.toml] # Checks for spelling errors - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell args: [--toml, pyproject.toml]