Skip to content

Commit

Permalink
chore: Re-generated to pick up changes from synthtool. (#223)
Browse files Browse the repository at this point in the history
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* chore: add pre-commit-config to renovate ignore paths

Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths

Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Source-Date: Mon Mar 15 09:05:39 2021 -0600
Source-Repo: googleapis/synthtool
Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378
Source-Link: googleapis/synthtool@2c54c47
  • Loading branch information
yoshi-automation committed Mar 18, 2021
1 parent d7b9b23 commit c7bb249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -12,6 +12,6 @@ repos:
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0
rev: 3.8.4
hooks:
- id: flake8
4 changes: 1 addition & 3 deletions renovate.json
Expand Up @@ -2,7 +2,5 @@
"extends": [
"config:base", ":preserveSemverRanges"
],
"git-submodules": {
"enabled": true
}
"ignorePaths": [".pre-commit-config.yaml"]
}
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-logging.git",
"sha": "42bda27dd3eee2123cbe5b21dd75a587af7a910b"
"sha": "7a4b0543f9bc9f17ef7de071fb4ec6f2da642e45"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
}
}
],
Expand Down

0 comments on commit c7bb249

Please sign in to comment.