ApeWorX / ape-alchemy

Alchemy network provider plugin for the Ape Framework
https://www.apeworx.io/
21 stars 13 forks source link

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

Closed ghost closed 2 years ago

ghost commented 2 years 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