mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
.pre-commit-config.yaml: reduce accuracy of python version
This commit is contained in:
parent
2ab372c81a
commit
3382077bb3
6
.pre-commit-config.yaml
vendored
6
.pre-commit-config.yaml
vendored
@ -9,10 +9,10 @@ ci:
|
|||||||
skip: [prettier, pylint]
|
skip: [prettier, pylint]
|
||||||
|
|
||||||
default_language_version:
|
default_language_version:
|
||||||
node: lts
|
node: "lts"
|
||||||
# Remember .python-version and pyproject.toml !
|
# Remember .python-version and pyproject.toml !
|
||||||
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