ApeWorX / archive-ape-starknet

StarkNet ecosystem plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
19 stars 12 forks source link

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

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

ghost commented 1 year ago

@fubuloubu @unparalleled-js looks like I'm not authorized to merge this one when it's ready?

image