Skip to content

Commit 8d4fdeb

Browse files
committed
Pin to isort 5
1 parent 4a7dd93 commit 8d4fdeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

noxfile.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ def test_otel(session):
6666

6767
@nox.session()
6868
def format(session):
69-
session.install(".", "black~=25.0", "isort", "flynt", "unasync>=0.6.0", "jinja2")
69+
session.install(
70+
".", "black~=25.0", "isort<6", "flynt", "unasync>=0.6.0", "jinja2"
71+
)
7072

7173
session.run("python", "utils/run-unasync.py")
7274
session.run("python", "utils/run-unasync-dsl.py")
@@ -90,7 +92,7 @@ def lint(session):
9092
"flake8",
9193
"black~=25.0",
9294
"mypy",
93-
"isort",
95+
"isort<6",
9496
"types-requests",
9597
"types-python-dateutil",
9698
"unasync>=0.6.0",

0 commit comments

Comments
 (0)