Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit ca0837a

Browse files
committed
docs: don't treat warnings as errors
1 parent 78bbda7 commit ca0837a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

synth.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,10 @@
4646
s.move(
4747
templated_files, excludes=[".coveragerc"] ) # the microgenerator has a good coveragerc file
4848

49+
# Ignore warnings
50+
s.replace(
51+
"noxfile.py",
52+
"""["']-W["'], # warnings as errors""",
53+
""
54+
)
4955
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)