diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c9041f..33eb734 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v1.3.0 hooks: - id: autopep8-wrapper - id: check-byte-order-marker - id: check-case-conflict + - id: check-executables-have-shebangs - id: check-json - id: check-merge-conflict - id: check-yaml