File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 41
41
"docs" ,
42
42
]
43
43
44
+ # Error if a python version is missing
45
+ nox .options .error_on_missing_interpreters = True
46
+
44
47
45
48
@nox .session (python = DEFAULT_PYTHON_VERSION )
46
49
def lint (session ):
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-logging.git",
7
- "sha": "7246e7b18d75fe252928d93576fcbb4f3d4be1f2 "
7
+ "sha": "c7bb2499e265a096a53c1644d48acb1c1429a9d5 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "2c54c473779ea731128cea61a3a6c975a08a5378 "
22
+ "sha": "eda422b90c3dde4a872a13e6b78a8f802c40d0db "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "2c54c473779ea731128cea61a3a6c975a08a5378 "
29
+ "sha": "eda422b90c3dde4a872a13e6b78a8f802c40d0db "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments