mirror of https://github.com/pyodide/pyodide.git
MAINT Set default python version for precommit [skip ci] (#1663)
This commit is contained in:
parent
3030e93560
commit
ecf7468e72
|
@ -1,4 +1,6 @@
|
|||
exclude: '^.*patches|.*\.cgi$'
|
||||
default_language_version:
|
||||
python : "3.9"
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.3.0
|
||||
|
|
Loading…
Reference in New Issue