diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fbd4df..b8e76c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.31.0 # or higher tag + rev: v1.32.0 # or higher tag hooks: - id: yamllint args: [--format, parsable, --strict]