Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 9b3ffaa

Browse files
changes without context (#95)
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent 9cdd37b commit 9b3ffaa

File tree

2 files changed

+82
-3
lines changed

2 files changed

+82
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ repos:
1212
hooks:
1313
- id: black
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
15+
rev: 3.9.0
1616
hooks:
1717
- id: flake8

synth.metadata

Lines changed: 81 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,88 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:tswast/python-bigquery-sqlalchemy.git",
7-
"sha": "f367bfac64faf67f2703508d1889af8698963e84"
6+
"remote": "https://github.com/googleapis/python-bigquery-sqlalchemy.git",
7+
"sha": "9cdd37b07bfb9917ea5a0374809f9bd5fd1f4cdc"
8+
}
9+
},
10+
{
11+
"git": {
12+
"name": "synthtool",
13+
"remote": "https://github.com/googleapis/synthtool.git",
14+
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
815
}
916
}
17+
],
18+
"generatedFiles": [
19+
".coveragerc",
20+
".flake8",
21+
".github/CONTRIBUTING.md",
22+
".github/ISSUE_TEMPLATE/bug_report.md",
23+
".github/ISSUE_TEMPLATE/feature_request.md",
24+
".github/ISSUE_TEMPLATE/support_request.md",
25+
".github/PULL_REQUEST_TEMPLATE.md",
26+
".github/header-checker-lint.yml",
27+
".github/release-please.yml",
28+
".github/snippet-bot.yml",
29+
".gitignore",
30+
".kokoro/build.sh",
31+
".kokoro/continuous/common.cfg",
32+
".kokoro/continuous/continuous.cfg",
33+
".kokoro/docker/docs/Dockerfile",
34+
".kokoro/docker/docs/fetch_gpg_keys.sh",
35+
".kokoro/docs/common.cfg",
36+
".kokoro/docs/docs-presubmit.cfg",
37+
".kokoro/docs/docs.cfg",
38+
".kokoro/populate-secrets.sh",
39+
".kokoro/presubmit/common.cfg",
40+
".kokoro/presubmit/presubmit.cfg",
41+
".kokoro/publish-docs.sh",
42+
".kokoro/release.sh",
43+
".kokoro/release/common.cfg",
44+
".kokoro/release/release.cfg",
45+
".kokoro/samples/lint/common.cfg",
46+
".kokoro/samples/lint/continuous.cfg",
47+
".kokoro/samples/lint/periodic.cfg",
48+
".kokoro/samples/lint/presubmit.cfg",
49+
".kokoro/samples/python3.6/common.cfg",
50+
".kokoro/samples/python3.6/continuous.cfg",
51+
".kokoro/samples/python3.6/periodic-head.cfg",
52+
".kokoro/samples/python3.6/periodic.cfg",
53+
".kokoro/samples/python3.6/presubmit.cfg",
54+
".kokoro/samples/python3.7/common.cfg",
55+
".kokoro/samples/python3.7/continuous.cfg",
56+
".kokoro/samples/python3.7/periodic-head.cfg",
57+
".kokoro/samples/python3.7/periodic.cfg",
58+
".kokoro/samples/python3.7/presubmit.cfg",
59+
".kokoro/samples/python3.8/common.cfg",
60+
".kokoro/samples/python3.8/continuous.cfg",
61+
".kokoro/samples/python3.8/periodic-head.cfg",
62+
".kokoro/samples/python3.8/periodic.cfg",
63+
".kokoro/samples/python3.8/presubmit.cfg",
64+
".kokoro/test-samples-against-head.sh",
65+
".kokoro/test-samples-impl.sh",
66+
".kokoro/test-samples.sh",
67+
".kokoro/trampoline.sh",
68+
".kokoro/trampoline_v2.sh",
69+
".pre-commit-config.yaml",
70+
".trampolinerc",
71+
"CODE_OF_CONDUCT.md",
72+
"CONTRIBUTING.rst",
73+
"MANIFEST.in",
74+
"docs/_static/custom.css",
75+
"docs/_templates/layout.html",
76+
"docs/conf.py",
77+
"docs/multiprocessing.rst",
78+
"noxfile.py",
79+
"renovate.json",
80+
"scripts/decrypt-secrets.sh",
81+
"scripts/readme-gen/readme_gen.py",
82+
"scripts/readme-gen/templates/README.tmpl.rst",
83+
"scripts/readme-gen/templates/auth.tmpl.rst",
84+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
85+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
86+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
87+
"setup.cfg",
88+
"testing/.gitignore"
1089
]
1190
}

0 commit comments

Comments
 (0)