File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
17
- # created: 2025-03-04
16
+ digest : sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
17
+ # created: 2025-04-10T17:00:10.042601326Z
Original file line number Diff line number Diff line change 26
26
excludes = [
27
27
"noxfile.py" , # pytype
28
28
"setup.cfg" , # pytype
29
- ".flake8" , # flake8-import-order, layout
30
29
".coveragerc" , # layout
31
30
"CONTRIBUTING.rst" , # no systests
32
31
".github/workflows/unittest.yml" , # exclude unittest gh action
36
35
templated_files = common .py_library (microgenerator = True , cov_level = 100 )
37
36
s .move (templated_files , excludes = excludes )
38
37
39
- # Add pytype support
40
- s .replace (
41
- ".gitignore" ,
42
- """\
43
- .pytest_cache
44
- """ ,
45
- """\
46
- .pytest_cache
47
- .pytype
48
- """ ,
49
- )
50
-
51
38
python .configure_previous_major_version_branches ()
52
39
53
40
s .shell .run (["nox" , "-s" , "blacken" ], hide_output = False )
You can’t perform that action at this time.
0 commit comments