From db7e997b0e8702f6b8afe67f5c7b7f53c686a16e Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 10 Aug 2020 09:55:46 -0700 Subject: [PATCH] chore: drop extra lint ignores (#16) --- packages/google-cloud-bigquery-connection/.flake8 | 2 +- .../google-cloud-bigquery-connection/synth.metadata | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-bigquery-connection/.flake8 b/packages/google-cloud-bigquery-connection/.flake8 index d1134d722392..ed9316381c9c 100644 --- a/packages/google-cloud-bigquery-connection/.flake8 +++ b/packages/google-cloud-bigquery-connection/.flake8 @@ -16,7 +16,7 @@ # Generated by synthtool. DO NOT EDIT! [flake8] -ignore = E203, E266, E501, W503, F401, F841 +ignore = E203, E266, E501, W503 exclude = # Exclude generated code. **/proto/** diff --git a/packages/google-cloud-bigquery-connection/synth.metadata b/packages/google-cloud-bigquery-connection/synth.metadata index 021ffc0a0769..4a055ff2e0d6 100644 --- a/packages/google-cloud-bigquery-connection/synth.metadata +++ b/packages/google-cloud-bigquery-connection/synth.metadata @@ -3,8 +3,16 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/python-bigquery-connection", - "sha": "d4ad8bbdb90ad0427d199cbc9a6db2fa2f402700" + "remote": "https://github.com/googleapis/python-bigquery-connection.git", + "sha": "58eb8615e1858b50a9727db7a56cec3610959d4f" + } + }, + { + "git": { + "name": "googleapis", + "remote": "https://github.com/googleapis/googleapis.git", + "sha": "fb84629a56703d04f0b5304c4a9ade7313ebd92d", + "internalRef": "325339219" } }, {