pre-commit autoupdate

This commit is contained in:
Hynek Schlawack 2019-05-31 13:47:35 +02:00
parent b5c0e5c283
commit 39b11bd93c
1 changed files with 3 additions and 3 deletions

View File

@ -15,18 +15,18 @@ repos:
language_version: python3.7
- repo: https://github.com/asottile/seed-isort-config
rev: v1.7.0
rev: v1.9.1
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.16
rev: v4.3.20
hooks:
- id: isort
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
rev: v2.2.3
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer