Don't hardcode the Python version used by pre-commit

This commit is contained in:
2021-11-01 09:28:14 +01:00
parent 5e4ae7c999
commit 144c3a04b4

View File

@ -5,7 +5,7 @@ repos:
rev: 20.8b1 rev: 20.8b1
hooks: hooks:
- id: black - id: black
language_version: python3.7 language_version: python3
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.5.2 rev: 5.5.2