diff --git a/synth.py b/synth.py index 591ef35..3a93c9e 100644 --- a/synth.py +++ b/synth.py @@ -46,4 +46,10 @@ s.move( templated_files, excludes=[".coveragerc"] ) # the microgenerator has a good coveragerc file +# Ignore warnings +s.replace( + "noxfile.py", + """["']-W["'], # warnings as errors""", + "" +) s.shell.run(["nox", "-s", "blacken"], hide_output=False) \ No newline at end of file