mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Updating python formatting. (#1079)
* Updating python formatting. * Forgot gh action. * Skipping isort to prevent circular imports. * Updating stub. * Removing `isort` (it contradicts `stub.py`). * Fixing weird stub black/isort disagreeement.
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
from setuptools import setup
|
||||
from setuptools_rust import Binding, RustExtension
|
||||
|
||||
|
||||
extras = {}
|
||||
extras["testing"] = ["pytest", "requests", "numpy", "datasets"]
|
||||
extras["testing"] = ["pytest", "requests", "numpy", "datasets", "black==22.3"]
|
||||
extras["docs"] = ["sphinx", "sphinx_rtd_theme", "setuptools_rust"]
|
||||
extras["dev"] = extras["testing"]
|
||||
|
||||
|
Reference in New Issue
Block a user