pre-commit: remove default_language_version setting

This makes it difficult to run on newer python versions than the one
specified.
This commit is contained in:
Ran Benita
2023-05-13 22:24:30 +03:00
parent 76d15231f5
commit d9d78a8aef

View File

@@ -1,5 +1,3 @@
default_language_version:
python: "3.10"
repos:
- repo: https://github.com/psf/black
rev: 23.3.0