diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44a4dc4..41d00e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # args: [--in-place] # - repo: https://github.com/pre-commit/pre-commit-hooks # Some common pre-commit hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml # Checks the syntax of .yaml files. args: [--allow-multiple-documents]