.pre-commit-config.yaml: python doesn't need the minor version

This commit is contained in:
Aminda Suomalainen 2024-07-23 18:05:09 +03:00
parent ed3cd60a42
commit ec235e7f90
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -10,10 +10,10 @@ ci:
autoupdate_schedule: quarterly
default_language_version:
node: lts
node: "lts"
# Remember .python-version !
python: 3.12.4
ruby: .ruby-version
python: "3.12"
ruby: ".ruby-version"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks