in noxfile.py [0:0]
def format(session: nox.Session): """Runs linters and fixers""" session.run("poetry", "install", external=True) format_with_args(session, SRC)