mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
.pre-commit-config.yaml: python doesn't need the minor version
This commit is contained in:
parent
ed3cd60a42
commit
ec235e7f90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user