diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96b13009..633c834d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,14 +45,14 @@ repos: # Do YAML formatting (before the linter checks it for misses) - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.8.0 + rev: v2.9.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2', --preserve-quotes] # Use yamllint to check for valid YAML files and list syntax errors - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint args: [--format, parsable, -c=.yamllint]