aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-27 15:19:23 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-27 15:19:25 -0700
commit6a34c0b8d5976bb35aecf3c794166e711b338f18 (patch)
tree5a6bd64ca4eb70b855d15a09d67fe174262443df /pyproject.toml
parent6812d37a27dae1e22ea45124576d7ed2d63695c6 (diff)
downloadgrobid_tei_xml-6a34c0b8d5976bb35aecf3c794166e711b338f18.tar.gz
grobid_tei_xml-6a34c0b8d5976bb35aecf3c794166e711b338f18.zip
update lint/fmt/test tools and configuration
yapf => black isort config mypy configuration flake8 configuration
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7d35cd3..2cef007 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,8 +2,6 @@
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"
-[tool.yapf]
-COLUMN_LIMIT = 96
-
[tool.isort]
+profile = "black"
line_length = 96