Skip to content

Commit ebb420a

Browse files
authored
ci: specify language_version to python 3.10 (#1696)
* ci: specify language_version for python 3.10 * ci: make everything use 3.10
1 parent ecb9fca commit ebb420a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ repos:
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
37+
language: python
3738
- repo: https://github.com/psf/black
3839
rev: 24.2.0
3940
hooks:
@@ -48,6 +49,9 @@ repos:
4849
# name: isort Formatting
4950
# language: python
5051
# types: [file, python]
52+
53+
default_language_version:
54+
python: python3.10
5155
ci:
5256
autoupdate_branch: "unstable"
5357
autofix_prs: true

0 commit comments

Comments
 (0)