in noxfile.py [0:0]
def blacken(session): session.install("black") session.run("black", "--target-version=py36", *SOURCE_FILES) lint(session)