specify python version [for pre-commit]

This commit is contained in:
Aminda Suomalainen 2024-07-23 18:09:00 +03:00
parent d928dc2940
commit b795df4c3a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1 @@
3.12.4