Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

chore: drop extra lint ignores #16

Merged
merged 1 commit into from
Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
12 changes: 10 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
{
"git": {
"name": ".",
"remote": "[email protected]: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"
}
},
{
Expand Down