Skip to content

Commit e281d78

Browse files
yoshi-automationcrwilcox
authored andcommitted
Add clarifying comment to blacken nox target. (#7389)
1 parent bb210c4 commit e281d78

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

datastore/noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ def blacken(session):
4545
"""Run black.
4646
4747
Format code to uniform standard.
48+
49+
This currently uses Python 3.6 due to the automated Kokoro run of synthtool.
50+
That run uses an image that doesn't have 3.6 installed. Before updating this
51+
check the state of the `gcp_ubuntu_config` we use for that Kokoro run.
4852
"""
4953
session.install("black")
5054
session.run(

datastore/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-01-23T22:54:56.744429Z",
2+
"updateTime": "2019-02-20T18:02:37.048112Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.7",
8-
"dockerImage": "googleapis/artman@sha256:d6c8ced606eb49973ca95d2af7c55a681acc042db0f87d135968349e7bf6dd80"
7+
"version": "0.16.13",
8+
"dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "9aac88a22468b1e291937f55fa1ef237adfdc63e",
16-
"internalRef": "230568136"
15+
"sha": "18ab81eec27942a942622d5a8d9c9e7a202e8c16",
16+
"internalRef": "234814197"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)