mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
14 lines
300 B
YAML
14 lines
300 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: 22.3.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.7
|
|
additional_dependencies: ['click==8.0.4']
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
rev: 3.9.2
|
|
hooks:
|
|
- id: flake8
|
|
args:
|
|
- "--config=setup.cfg"
|