pre-commit autoupdate
This commit is contained in:
parent
b5c0e5c283
commit
39b11bd93c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue