From f67d870ba4ca9cecd0b75f106335997c813e9df4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 12:22:04 -0700 Subject: add pyproject.toml (for isort and yapf config), and update 'lint' and 'fmt' make targets --- python/pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/pyproject.toml (limited to 'python/pyproject.toml') diff --git a/python/pyproject.toml b/python/pyproject.toml new file mode 100644 index 0000000..f7fb3bd --- /dev/null +++ b/python/pyproject.toml @@ -0,0 +1,9 @@ +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta:__legacy__" + +[tool.yapf] +COLUMN_LIMIT = 120 + +[tool.isort] +line_length = 120 -- cgit v1.2.3