diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-22 13:35:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-22 13:35:19 -0700 |
commit | 8cd413e2ad07bae6bf3ae940d7c4b94b4be274fa (patch) | |
tree | 12483a2692eb20e8fe69b6137788d5d20c781852 /pyproject.toml | |
parent | 5bce48eb6e09decd6cbf20850b3ff674dbcedba9 (diff) | |
download | grobid_tei_xml-8cd413e2ad07bae6bf3ae940d7c4b94b4be274fa.tar.gz grobid_tei_xml-8cd413e2ad07bae6bf3ae940d7c4b94b4be274fa.zip |
bunch of lint and fmt cleanups
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 7 |
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 |