/ .pre-commit-config.yaml
.pre-commit-config.yaml
 1  repos:
 2    - repo: https://github.com/Lucas-C/pre-commit-hooks
 3      rev: v1.5.4
 4      hooks:
 5        - id: remove-tabs
 6  
 7    - repo: https://github.com/pre-commit/pre-commit-hooks
 8      rev: v4.4.0
 9      hooks:
10        - id: check-added-large-files
11          args: ["--maxkb=2048"]
12        - id: fix-byte-order-marker
13        - id: check-case-conflict
14        - id: check-docstring-first
15        - id: check-json
16        - id: check-merge-conflict
17        - id: check-symlinks
18        - id: check-toml
19        - id: check-yaml
20          args: [--allow-multiple-documents]
21        - id: detect-private-key
22        - id: end-of-file-fixer
23        - id: trailing-whitespace