From 9f9b6bb6b9387a946b8fdf45e5b3030ac3d4ac45 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Tue, 31 Aug 2021 10:22:12 +0200 Subject: [PATCH] fix: nox `update_proj` session (#811) --- noxfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 211cceb7..0d4881e5 100644 --- a/noxfile.py +++ b/noxfile.py @@ -63,7 +63,6 @@ def update_proj(session: nox.Session) -> None: "python", "bin/projects.py", "docs/data/projects.yml", - "--readme=README.md", *session.posargs, )