Skip to content

Commit 3382077

Browse files
committed
.pre-commit-config.yaml: reduce accuracy of python version
1 parent 2ab372c commit 3382077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ci:
99
skip: [prettier, pylint]
1010

1111
default_language_version:
12-
node: lts
12+
node: "lts"
1313
# Remember .python-version and pyproject.toml !
14-
python: 3.12.4
15-
ruby: .ruby-version
14+
python: "3.12"
15+
ruby: ".ruby-version"
1616

1717
repos:
1818
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)