24 lines
714 B
YAML
24 lines
714 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.4.0
|
|
hooks:
|
|
- id: check-case-conflict
|
|
- id: check-merge-conflict
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- repo: https://github.com/asottile/seed-isort-config
|
|
rev: v1.9.3
|
|
hooks:
|
|
- id: seed-isort-config
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
|
rev: v4.3.21 # pick the isort version you'd like to use from https://github.com/pre-commit/mirrors-isort/releases
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/psf/black
|
|
rev: stable
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.7
|
|
exclude: ^src/ocrmypdf/lib/_leptonica.py
|