repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - id: check-case-conflict - id: check-added-large-files - id: check-executables-have-shebangs - id: check-illegal-windows-names - id: check-merge-conflict - id: check-shebang-scripts-are-executable - id: check-toml - id: mixed-line-ending args: [ --fix=lf ] - id: trailing-whitespace args: [ --markdown-linebreak-ext=md ]