Closed ghost closed 2 years ago
Fix pre-commit specifying a specific python version
python3.9 -> python3 under default_language_version
python3.9
python3
default_language_version
Should be able to run pre-commit without explicitly having Python 3.9.x
What I did
Fix pre-commit specifying a specific python version
How I did it
python3.9
->python3
underdefault_language_version
How to verify it
Should be able to run pre-commit without explicitly having Python 3.9.x
Checklist