mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-12 19:39:23 +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
|
autoupdate_schedule: quarterly
|
||||||
|
|
||||||
default_language_version:
|
default_language_version:
|
||||||
node: lts
|
node: "lts"
|
||||||
# Remember .python-version !
|
# Remember .python-version !
|
||||||
python: 3.12.4
|
python: "3.12"
|
||||||
ruby: .ruby-version
|
ruby: ".ruby-version"
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
Loading…
Reference in New Issue
Block a user