1 2 3 4 5 6 7 8 9 10 11 12 13 14# repos (hooks) are installed automatically on first run repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-case-conflict - id: mixed-line-ending - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0 hooks: - id: detect-secrets args: ["--baseline", ".secrets.baseline"]