Skip to content

Commit

Permalink
Remove black from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 12, 2023
1 parent 46508f4 commit fd6e07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def format_fix(session: nox.Session):
@nox.session()
def format(session: nox.Session):
session.install("-U", "ruff")
session.run("python", "-m", "black", *SCRIPT_PATHS, "--check")
session.run("python", "-m", "ruff", *SCRIPT_PATHS, "--check")
session.run("python", "-m", "ruff", "format", *SCRIPT_PATHS, "--check")


Expand Down

0 comments on commit fd6e07d

Please sign in to comment.