diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8055dfc..ac9b2b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: args: ['--error', 'E006', '--ignore', 'E006'] # Yamlfmt for formatting YAML files - repo: https://github.com/google/yamlfmt - rev: "v0.13.0" + rev: "v0.14.0" hooks: - id: yamlfmt # Codespell for detecting common misspellings in code