diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7963bf8..b191be1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: git://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v2.4.0 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: v0.12.7 + rev: v0.13.0 hooks: - id: detect-secrets args: ['--baseline', '.secrets.baseline'] diff --git a/.secrets.baseline b/.secrets.baseline index 388b336..0e88e2c 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "tests/.*", "lines": null }, - "generated_at": "2019-10-28T08:48:40Z", + "generated_at": "2019-10-31T09:34:53Z", "plugins_used": [ { "base64_limit": 4.5, @@ -18,7 +18,7 @@ } ], "results": {}, - "version": "0.12.7", + "version": "0.13.0", "word_list": { "file": null, "hash": null diff --git a/Dockerfile b/Dockerfile index 7cc887e..379585c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -MAINTAINER Anton Lundin +MAINTAINER Anton Lundin RUN apk add -U python py-pip ADD requirements.txt /code/requirements.txt