# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks ci: autoupdate_schedule: monthly repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-added-large-files - id: check-executables-have-shebangs - id: check-json exclude: 'tsconfig(\.node)?\.json' - id: check-shebang-scripts-are-executable - id: check-symlinks - id: check-toml - id: check-yaml args: [ --allow-multiple-documents ] - id: destroyed-symlinks - id: end-of-file-fixer - id: mixed-line-ending args: [ --fix=lf ] - id: trailing-whitespace