mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
f5918d4353
* Update to Thinc 9.0.0 and set version to 4.0.0.dev3 * Set minimum Python version to 3.9
14 lines
312 B
YAML
14 lines
312 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: 22.3.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.9
|
|
additional_dependencies: ["click==8.0.4"]
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 5.0.4
|
|
hooks:
|
|
- id: flake8
|
|
args:
|
|
- "--config=setup.cfg"
|