Skip to content

Commit 408fdbb

Browse files
committed
Switch generate_api to run project:fix command to align with ci check
1 parent 2300148 commit 408fdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def generate_api(session: Session):
115115
if local_build:
116116
session.run("poetry", "add", *dependencies("tmp/pyproject.toml"))
117117
shutil.rmtree("tmp")
118-
session.run("isort", "-q", DEST_DIR)
118+
fix(session)
119119

120120

121121
@nox.session(name="api:check-outdated", python=False)

0 commit comments

Comments
 (0)