Skip to content

Commit 3dde85f

Browse files
Merge pull request #397 from riscv-software-src/dev/kbroch/py-pre-commit-set-default-pyver
set pre-commit pyver to 3.12 (same as container)
2 parents 499c4b2 + d33a076 commit 3dde85f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
exclude: ^docs/ruby/ # All generated code
3+
default_language_version:
4+
python: python3.12
35

46
repos:
57
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)