Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: update pre-commit hook version (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 22, 2020
1 parent 1258a54 commit e689791
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/servicedirectory_v1/__init__.py
Expand Up @@ -59,13 +59,13 @@
"ListNamespacesResponse",
"ListServicesRequest",
"ListServicesResponse",
"LookupServiceClient",
"Namespace",
"RegistrationServiceClient",
"ResolveServiceRequest",
"ResolveServiceResponse",
"Service",
"UpdateEndpointRequest",
"UpdateNamespaceRequest",
"UpdateServiceRequest",
"RegistrationServiceClient",
"LookupServiceClient",
)
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-service-directory.git",
"sha": "ffbd0f6d00e0d98d75b8652ef62234963d0ccaf4"
"sha": "1258a54cfd6cd82a73787b0d2c9ff5df076f71e7"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1"
"sha": "aa255b15d52b6d8950cca48cfdf58f7d27a60c8a"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1"
"sha": "aa255b15d52b6d8950cca48cfdf58f7d27a60c8a"
}
}
],
Expand Down

0 comments on commit e689791

Please sign in to comment.