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

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: don't treat warnings as errors
  • Loading branch information
busunkim96 committed Oct 2, 2020
1 parent 78bbda7 commit ca0837a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions synth.py
Expand Up @@ -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)

0 comments on commit ca0837a

Please sign in to comment.