mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
5ac676711a
- Fixes #3809 Signed-off-by: Dan Ryan <dan@danryan.co>
21 lines
410 B
YAML
21 lines
410 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: stable
|
|
hooks:
|
|
- id: black
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.0.0
|
|
hooks:
|
|
- id: flake8
|
|
|
|
- repo: https://github.com/asottile/seed-isort-config
|
|
rev: v1.7.0
|
|
hooks:
|
|
- id: seed-isort-config
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
|
rev: v4.3.9
|
|
hooks:
|
|
- id: isort
|