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

Commit

Permalink
fix: address lint issues
Browse files Browse the repository at this point in the history
Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Source-Date: Thu Nov 12 11:30:49 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: googleapis/synthtool@e89175c
  • Loading branch information
yoshi-automation committed Nov 14, 2020
1 parent 842cf37 commit 879f0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions samples/snippets/noxfile.py
Expand Up @@ -152,6 +152,7 @@ def lint(session):
# Black
#


@nox.session
def blacken(session):
session.install("black")
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b"
"sha": "e89175cf074dccc4babb4eca66ae913696e47a71"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b"
"sha": "e89175cf074dccc4babb4eca66ae913696e47a71"
}
}
],
Expand Down

0 comments on commit 879f0aa

Please sign in to comment.