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:
parent
76d15231f5
commit
d9d78a8aef
|
@ -1,5 +1,3 @@
|
||||||
default_language_version:
|
|
||||||
python: "3.10"
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.3.0
|
rev: 23.3.0
|
||||||
|
|
Loading…
Reference in New Issue