Files
proxy-scraper-checker/.pre-commit-config.yaml
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
97a11a889f chore(deps): update pre-commit hook tombi-toml/tombi-pre-commit to v0.9.18 (#1163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-16 18:23:35 +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.18
hooks:
- id: tombi-format
exclude: ^.*Cargo.lock$
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.3
hooks:
- id: prettier