pre-commit autoupdate

This commit is contained in:
Hugo
2019-12-02 17:53:52 +02:00
parent 66e74c8eb3
commit 3a87f367fe

View File

@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/ambv/black
rev: 18.6b4
rev: 19.10b0
hooks:
- id: black
args: [--safe, --quiet]
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer