Pre-commit wants to make these changes

And they seem fine to me
This commit is contained in:
Matthew Mead-Briggs 2019-04-24 07:39:07 -07:00
parent 2399f609ae
commit e66fb295f4
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
rev: v2.2.1
hooks:
- id: check-added-large-files
- id: check-docstring-first
@ -14,7 +14,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: git://github.com/Yelp/detect-secrets
rev: 0.9.1
rev: v0.12.2
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']

View File

@ -1,6 +1,9 @@
{
"exclude_regex": "tests/.*",
"generated_at": "2018-07-12T23:43:31Z",
"exclude": {
"files": "tests/.*",
"lines": null
},
"generated_at": "2019-04-24T14:36:38Z",
"plugins_used": [
{
"base64_limit": 4.5,
@ -15,5 +18,5 @@
}
],
"results": {},
"version": "0.9.1"
"version": "0.12.2"
}