Skip to content

Commit

Permalink
reformatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraksi committed Jan 11, 2024
1 parent eb3b5b2 commit d6ca167
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,9 @@ def conda_test(session):
# for troubleshooting purposes.
session.run("mamba", "list")

subprocess.run(["pip", "check"], check=True) # Raise an exception if pip check fails
subprocess.run(
["pip", "check"], check=True
) # Raise an exception if pip check fails

# Tests are limited to unit tests only, at this time.
session.run(
Expand Down

0 comments on commit d6ca167

Please sign in to comment.