mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-15 23:59:25 +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]
|
||||
|
||||
default_language_version:
|
||||
node: lts
|
||||
node: "lts"
|
||||
# Remember .python-version and pyproject.toml !
|
||||
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