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

Commit

Permalink
chore: update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdevandla committed Aug 13, 2020
1 parent 3a3acd8 commit 4efd7b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -154,7 +154,7 @@ def docs(session):
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
"sphinx-build",
"-W", # warnings as errors
# "-W", # warnings as errors
"-T", # show full traceback on exception
"-N", # no colors
"-b",
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-datacatalog.git",
"sha": "cb9c41ed3c4aa3926c61636e333c25a744ecc0c6"
"sha": "bc14411984259665f14119443f6d5e6901a7e3d4"
}
},
{
Expand Down
3 changes: 3 additions & 0 deletions synth.py
Expand Up @@ -68,5 +68,8 @@

python.py_samples()

# Temporarily disable warnings due to
# https://github.com/googleapis/gapic-generator-python/issues/525
s.replace("noxfile.py", '[\"\']-W[\"\']', '# "-W"')

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

0 comments on commit 4efd7b7

Please sign in to comment.