diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9940cc6..3d996b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,23 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v5.0.0 hooks: + - id: check-added-large-files + - id: check-case-conflict + - id: check-executables-have-shebangs + - id: check-illegal-windows-names + - id: check-json + - id: check-merge-conflict + - id: check-shebang-scripts-are-executable + - id: check-symlinks + - id: check-toml + - id: check-vcs-permalinks - id: check-yaml args: [--unsafe] + - id: detect-private-key - id: end-of-file-fixer + - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/ansible/ansible-lint rev: v24.9.2