Skip to content

Commit 19be187

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a57bfe0 commit 19be187

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/release.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ def regen(version: str) -> None:
8989
env.pop("CI", None)
9090
env.pop("BUILD_NUMBER", None)
9191

92-
check_call(
93-
["tox", "-e", "regen"],
94-
env=env
95-
)
92+
check_call(["tox", "-e", "regen"], env=env)
9693

9794

9895
def fix_formatting() -> None:

0 commit comments

Comments
 (0)