Skip to content

Commit

Permalink
fix: don't blacken samples
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed May 13, 2020
1 parent dabbcbc commit b851db7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ import nox
BLACK_VERSION = "black==19.3b0"
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]

if os.path.exists("samples"):
BLACK_PATHS.append("samples")

@nox.session(python="3.7")
def lint(session):
"""Run linters.
Expand Down

0 comments on commit b851db7

Please sign in to comment.