summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-14 17:48:57 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-14 17:48:57 -0500
commitd830d303056023999d705b9003bc52fb09e2ff44 (patch)
tree6992dc96c62c0dec1199060477fc20562b260f0a /pyproject.toml
parent8516031fef16b508ec2a202090fdde78d6152671 (diff)
downloadjsonschema-d830d303056023999d705b9003bc52fb09e2ff44.tar.gz
Preemptively tweak an isort setting.
And bump the minimum tox version.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f5fe8db..71f6d34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -101,6 +101,7 @@ path = "CHANGELOG.rst"
pattern = "(^v.+?)\nv"
[tool.isort]
+combine_as_imports = true
from_first = true
include_trailing_comma = true
multi_line_output = 3