ruff/format
Some checks failed
/ alpine (push) Successful in 42s
/ debian (push) Failing after 1m9s
/ ubuntu (push) Failing after 1m2s
/ arch (push) Successful in 1m39s
/ opensuse (push) Successful in 2m34s
/ fedora (push) Successful in 8m42s
/ alma (push) Failing after 1m35s
/ rocky (push) Failing after 8m0s
Some checks failed
/ alpine (push) Successful in 42s
/ debian (push) Failing after 1m9s
/ ubuntu (push) Failing after 1m2s
/ arch (push) Successful in 1m39s
/ opensuse (push) Successful in 2m34s
/ fedora (push) Successful in 8m42s
/ alma (push) Failing after 1m35s
/ rocky (push) Failing after 8m0s
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…
Reference in a new issue