馃敡 Where my dotfiles lives in harmony and peace, most of the time
at main 16 lines 429 B view raw
1fail_fast: false 2 3repos: 4 - repo: "https://github.com/pre-commit/pre-commit-hooks" 5 rev: v6.0.0 6 hooks: 7 - id: trailing-whitespace 8 - id: end-of-file-fixer 9 - id: check-yaml 10 - id: check-toml 11 - id: check-json 12 - id: check-executables-have-shebangs 13 - id: check-shebang-scripts-are-executable 14 - id: check-added-large-files 15 - id: check-symlinks 16 - id: destroyed-symlinks