From 5089335c220c16ff3675f01b76f7d4e0dc2219e3 Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Tue, 30 Mar 2021 10:58:42 -0400 Subject: [PATCH] chore: ignore noxfile in generation (#273) --- synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth.py b/synth.py index 185ee6942..500f95321 100644 --- a/synth.py +++ b/synth.py @@ -55,7 +55,7 @@ microgenerator=True, cov_level=99 ) -s.move(templated_files, excludes=[".coveragerc"]) +s.move(templated_files, excludes=[".coveragerc", "noxfile.py"]) # ---------------------------------------------------------------------------- # Samples templates