diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1764773..0113bf7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: args: [--width, '80'] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 # or higher tag + rev: v1.35.1 # or higher tag hooks: - id: yamllint args: [--format, parsable, --strict, -d, '{line-length: {max: 100}}']