mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 06:46:14 +00:00
33 lines
776 B
YAML
33 lines
776 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: 19.3b0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.7
|
|
# override until resolved: https://github.com/ambv/black/issues/402
|
|
files: \.pyi?$
|
|
types: []
|
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
rev: 3.7.7
|
|
hooks:
|
|
- id: flake8
|
|
language_version: python3.7
|
|
|
|
#- repo: https://github.com/asottile/seed-isort-config
|
|
#rev: v1.9.1
|
|
#hooks:
|
|
#- id: seed-isort-config
|
|
|
|
#- repo: https://github.com/pre-commit/mirrors-isort
|
|
#rev: v4.3.20
|
|
#hooks:
|
|
#- id: isort
|
|
#language_version: python3.7
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.2.3
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|