We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9cfd5 commit d648468Copy full SHA for d648468
noxfile.py
@@ -50,4 +50,4 @@ def format(session):
50
session.install("black")
51
session.install("isort")
52
session.run("isort", "src", "tests", "noxfile.py")
53
- session.run("black", "src", "tests", "noxfile.py")
+ session.run("black", "src", "tests", "noxfile.py")
0 commit comments