12 lines
290 B
YAML
12 lines
290 B
YAML
|
---
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v4.1.0
|
||
|
hooks:
|
||
|
- id: check-added-large-files
|
||
|
- id: requirements-txt-fixer
|
||
|
- id: trailing-whitespace
|
||
|
- id: end-of-file-fixer
|
||
|
- id: check-merge-conflict
|
||
|
- id: debug-statements
|