8e4c4593 |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2226ea50 |
rev: v3.2.0
|
8e4c4593 |
hooks:
|
2226ea50 |
- id: check-docstring-first
- id: check-ast
- id: check-json
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
|
0a5cbe1d |
- repo: https://github.com/ambv/black
rev: 19.10b0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/asottile/pyupgrade
|
2226ea50 |
rev: v2.7.2
|
0a5cbe1d |
hooks:
- id: pyupgrade
args: ['--py36-plus']
- repo: https://github.com/asottile/seed-isort-config
|
2226ea50 |
rev: v2.2.0
|
0a5cbe1d |
hooks:
- id: seed-isort-config
|
06a2edf5 |
- repo: https://github.com/pre-commit/mirrors-isort
|
2226ea50 |
rev: v5.3.2
|
06a2edf5 |
hooks:
- id: isort
|
94e178b0 |
- repo: https://gitlab.com/pycqa/flake8
|
2226ea50 |
rev: 3.8.3
|
94e178b0 |
hooks:
- id: flake8
|