no requirements.txt
[python-dm-verity.git] / .pre-commit-config.yaml
blob4adaa500818d12e6d4c34696308384c38148c099
1 exclude: '^docs/conf.py'
3 repos:
4 - repo: git://github.com/pre-commit/pre-commit-hooks
5   rev: v2.2.3
6   hooks:
7   - id: trailing-whitespace
8   - id: check-added-large-files
9   - id: check-ast
10   - id: check-json
11   - id: check-merge-conflict
12   - id: check-xml
13   - id: check-yaml
14   - id: debug-statements
15   - id: end-of-file-fixer
16   - id: requirements-txt-fixer
17   - id: mixed-line-ending
18     args: ['--fix=no']
19   - id: flake8
20     args: ['--max-line-length=88']  # default of Black
22 - repo: https://github.com/pre-commit/mirrors-isort
23   rev: v4.3.4
24   hooks:
25   - id: isort