summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dc65b2d..7d35cd3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,8 @@
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"
-#[tool.pytest.ini_options]
-#python_files = tests/*.py grobid_tei_xml/*.py
-#log_level = INFO
+[tool.yapf]
+COLUMN_LIMIT = 96
+[tool.isort]
+line_length = 96