aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyproject.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-27 18:50:42 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-27 18:50:42 -0700
commitee32fa0fba6995f98d2301fdf66ef39229ff49e1 (patch)
treeed861fb2119c91fbe7ab391cf301457f144a31bb /python/pyproject.toml
parent826c7538e091fac14d987a3cd654975da964e240 (diff)
downloadsandcrawler-ee32fa0fba6995f98d2301fdf66ef39229ff49e1.tar.gz
sandcrawler-ee32fa0fba6995f98d2301fdf66ef39229ff49e1.zip
toolchain config updates
Diffstat (limited to 'python/pyproject.toml')
-rw-r--r--python/pyproject.toml6
1 files changed, 1 insertions, 5 deletions
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