Skip to content

Commit

Permalink
Make black happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Dec 2, 2021
1 parent 97837e2 commit dcc9bef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Expand Up @@ -67,7 +67,9 @@ def lint(session: "nox.session") -> None:
)
session.run("python", "-m", "black", "--diff", *DEFAULT_TEST_DIRECTORIES)
else:
session.log(f"Skip black because of platform {platform.python_implementation()}.")
session.log(
f"Skip black because of platform {platform.python_implementation()}."
)


@nox.session
Expand Down

0 comments on commit dcc9bef

Please sign in to comment.