ruff/format
This commit is contained in:
parent
493f50bdd0
commit
eb8fd0b651
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ def spcd_build_project() -> None:
|
|||
def spcd_check_project() -> None:
|
||||
"""Check the project for anything wrong."""
|
||||
ps.run("ruff", "check")
|
||||
ps.run("ruff", "format", "--diff")
|
||||
|
||||
|
||||
def spcd_synchronize(
|
||||
|
|
Loading…
Add table
Reference in a new issue