Don't pin to a Python version

This commit is contained in:
Hugo 2019-12-17 22:23:16 +02:00
parent d28c0ec167
commit e8429b07bc

View file

@ -9,7 +9,6 @@ repos:
rev: 19.10b0
hooks:
- id: black
language_version: python3.7
# override until resolved: https://github.com/psf/black/issues/402
files: \.pyi?$
types: []
@ -24,7 +23,6 @@ repos:
rev: v4.3.21
hooks:
- id: isort
language_version: python3.7
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.4.2