Format Python files with ruff

This commit is contained in:
Simon Hausmann 2025-02-12 23:06:38 +01:00 committed by Simon Hausmann
parent 9001966dc9
commit 3358bc24e3
15 changed files with 261 additions and 191 deletions

View file

@ -3,6 +3,7 @@
import nox
@nox.session(python="3.12")
def python(session: nox.Session):
session.env["MATURIN_PEP517_ARGS"] = "--profile=dev"