Skip to content

Commit d830d30

Browse files
committed
Preemptively tweak an isort setting.
And bump the minimum tox version.
1 parent 8516031 commit d830d30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ path = "CHANGELOG.rst"
101101
pattern = "(^v.+?)\nv"
102102

103103
[tool.isort]
104+
combine_as_imports = true
104105
from_first = true
105106
include_trailing_comma = true
106107
multi_line_output = 3

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
min_version = 4.0.7
2+
min_version = 4.0.9
33
envlist =
44
py{37,38,39,310,311,py3}-{noextra,format,formatnongpl}-{build,tests}
55
{noextra,format,formatnongpl}-audit

0 commit comments

Comments
 (0)