mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-05 16:23:40 +00:00
20 lines
553 B
YAML
20 lines
553 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.5.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-ast
|
|
- id: check-case-conflict
|
|
- id: check-json
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: detect-aws-credentials
|
|
args: [--allow-missing-credentials]
|
|
- id: detect-private-key
|
|
- id: end-of-file-fixer
|
|
- id: pretty-format-json
|
|
args: [--autofix]
|
|
- id: requirements-txt-fixer
|
|
- id: trailing-whitespace
|