From 8cd413e2ad07bae6bf3ae940d7c4b94b4be274fa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Oct 2021 13:35:19 -0700 Subject: bunch of lint and fmt cleanups --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') 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 -- cgit v1.2.3