Skip to content

Commit 5db27c2

Browse files
chore(python): remove .flake8 configuration file in templates (#983)
* chore(python): remove .flake8 configuration file in templates Source-Link: googleapis/synthtool@fe66b0b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ecf409a43d8b157fb83c403de4d83e3da7d88e423044410c0e2434bf776221d1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Remove replacement in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d179304 commit 5db27c2

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
17-
# created: 2025-03-05
16+
digest: sha256:ecf409a43d8b157fb83c403de4d83e3da7d88e423044410c0e2434bf776221d1
17+
# created: 2025-04-10T16:21:41.67162455Z

owlbot.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ def place_before(path, text, *before_text, escape=None):
126126
'pass_down_envvars+=(\n "ENVIRONMENT"\n "RUNTIME"',
127127
)
128128

129-
# don't lint environment tests
130-
s.replace(
131-
".flake8",
132-
"exclude =",
133-
"exclude =\n # Exclude environment test code.\n tests/environment/**\n",
134-
)
135-
136129
# use conventional commits for renovate bot
137130
s.replace(
138131
"renovate.json",

0 commit comments

Comments
 (0)