mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
* 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.
8 lines
167 B
TOML
8 lines
167 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel", "setuptools-rust"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
target-version = ['py35']
|
|
line-length = 119
|