summaryrefslogtreecommitdiff
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
parent8516031fef16b508ec2a202090fdde78d6152671 (diff)
downloadjsonschema-d830d303056023999d705b9003bc52fb09e2ff44.tar.gz
Preemptively tweak an isort setting.
And bump the minimum tox version.
-rw-r--r--pyproject.toml1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 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
diff --git a/tox.ini b/tox.ini
index e0299b1..585677c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-min_version = 4.0.7
+min_version = 4.0.9
envlist =
py{37,38,39,310,311,py3}-{noextra,format,formatnongpl}-{build,tests}
{noextra,format,formatnongpl}-audit