diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22ac5ba540..94ba56d77b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: [ "--enforce-all" ] @@ -23,8 +23,7 @@ repos: - id: check-case-conflict - id: check-docstring-first - id: check-executables-have-shebangs - # unreleased, let's enable it later - #- id: check-illegal-windows-names + - id: check-illegal-windows-names - id: check-json - id: check-merge-conflict - id: check-shebang-scripts-are-executable