From ee32fa0fba6995f98d2301fdf66ef39229ff49e1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 18:50:42 -0700 Subject: toolchain config updates --- python/pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'python/pyproject.toml') diff --git a/python/pyproject.toml b/python/pyproject.toml index e85b234..2cef007 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -2,10 +2,6 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta:__legacy__" -[tool.yapf] -COLUMN_LIMIT = 96 -INDENT_DICTIONARY_VALUE=true -ALLOW_SPLIT_BEFORE_DICT_VALUE=false - [tool.isort] +profile = "black" line_length = 96 -- cgit v1.2.3