mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Configure isort to use the Black profile, recursively isort the spacy
module
This commit is contained in:
parent
17c4a3d646
commit
68089f65cd
|
@ -9,3 +9,6 @@ requires = [
|
|||
"numpy>=1.15.0",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
Loading…
Reference in New Issue
Block a user