ApeWorX / ape-vyper

Vyper compiler plugin for the Ape Framework, using VVM
https://www.apeworx.io/
Apache License 2.0
25 stars 9 forks source link

fix: use python3 as pre-commit default language #57

Closed ghost closed 1 year ago

ghost commented 1 year ago

What I did

Fix pre-commit specifying a specific python version

How I did it

python3.9 -> python3 under default_language_version

How to verify it

Should be able to run pre-commit without explicitly having Python 3.9.x

Checklist