зеркало из https://github.com/microsoft/ptgnn.git
25 строки
626 B
YAML
25 строки
626 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 20.8b1
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/timothycrosley/isort
|
|
rev: 5.5.3
|
|
hooks:
|
|
- id: isort
|
|
additional_dependencies: [toml]
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.2.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: mixed-line-ending
|
|
args: ['--fix=lf']
|
|
- id: check-ast
|
|
- id: check-docstring-first
|
|
- id: check-case-conflict
|
|
- id: check-yaml
|
|
- id: check-toml
|
|
- id: debug-statements
|
|
- id: requirements-txt-fixer
|