mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
Pre-commit wants to make these changes
And they seem fine to me
This commit is contained in:
parent
2399f609ae
commit
e66fb295f4
@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v1.2.3
|
rev: v2.2.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-docstring-first
|
- id: check-docstring-first
|
||||||
@ -14,7 +14,7 @@ repos:
|
|||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: git://github.com/Yelp/detect-secrets
|
- repo: git://github.com/Yelp/detect-secrets
|
||||||
rev: 0.9.1
|
rev: v0.12.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: detect-secrets
|
- id: detect-secrets
|
||||||
args: ['--baseline', '.secrets.baseline']
|
args: ['--baseline', '.secrets.baseline']
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"exclude_regex": "tests/.*",
|
"exclude": {
|
||||||
"generated_at": "2018-07-12T23:43:31Z",
|
"files": "tests/.*",
|
||||||
|
"lines": null
|
||||||
|
},
|
||||||
|
"generated_at": "2019-04-24T14:36:38Z",
|
||||||
"plugins_used": [
|
"plugins_used": [
|
||||||
{
|
{
|
||||||
"base64_limit": 4.5,
|
"base64_limit": 4.5,
|
||||||
@ -15,5 +18,5 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": {},
|
"results": {},
|
||||||
"version": "0.9.1"
|
"version": "0.12.2"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user