Files
proxy-scraper-checker/.pre-commit-config.yaml
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ecc29b7206 chore(deps): update pre-commit hook tombi-toml/tombi-pre-commit to v0.9.13 (#1128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-01 15:41:31 +00:00

30 lines
814 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-illegal-windows-names
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
exclude_types:
- rust
- id: check-symlinks
- id: check-xml
- id: destroyed-symlinks
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
args:
- --fix=lf
- id: trailing-whitespace
- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v0.9.13
hooks:
- id: tombi-format
exclude: ^.*Cargo.lock$
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.1
hooks:
- id: prettier