mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
specify python version [for pre-commit]
This commit is contained in:
parent
d928dc2940
commit
b795df4c3a
@ -14,8 +14,9 @@ ci:
|
||||
|
||||
# Consistency with other tools
|
||||
default_language_version:
|
||||
node: lts
|
||||
ruby: .ruby-version
|
||||
node: "lts"
|
||||
python: "3.12"
|
||||
ruby: ".ruby-version"
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.12.4
|
Loading…
Reference in New Issue
Block a user