diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d400259..95116bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: check-yaml - id: check-added-large-files repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 - hooks: - entry: codespell id: codespell repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 - hooks: - id: yamllint repo: https://github.com/adrienverge/yamllint.git @@ -23,14 +23,14 @@ repos: - hooks: - id: black repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.8.0 - hooks: - args: - --fix - --exit-non-zero-on-fix id: ruff repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.3.5 + rev: v0.5.6 exclude: | (?x)^( reps/templates