mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-05 06:00:36 +03:00
13 lines
252 B
YAML
13 lines
252 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: 21.6b0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.7
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
rev: 5.0.4
|
|
hooks:
|
|
- id: flake8
|
|
args:
|
|
- "--config=setup.cfg"
|