Skip to content

Commit c643282

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Update from e3-cookiecutter template change See merge request it/e3-core!316
2 parents 25cf944 + c3395c1 commit c643282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(cmd: list[str], cwd: Path, *, fail_ok: bool | None = None) -> str:
3939
return output
4040

4141

42-
def main() -> None: # noqa: PLR0915
42+
def main() -> None:
4343
"""Entrypoint."""
4444
main = Main()
4545

0 commit comments

Comments
 (0)