Skip to content

Commit

Permalink
fix: add multiprocessing.rst to synthool excludes (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsg committed Jun 22, 2020
1 parent 62d1543 commit 4d76e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -28,6 +28,6 @@
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(cov_level=99)
s.move(templated_files, excludes=["noxfile.py"])
s.move(templated_files, excludes=["noxfile.py, docs/multiprocessing.rst"])

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 4d76e38

Please sign in to comment.