Skip to content

Commit

Permalink
Make black happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Nov 8, 2021
1 parent 0b445f0 commit d8499d3
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 d8499d3

Please sign in to comment.