Skip to content

Commit db093d9

Browse files
committed
chore: don't require python 3.12 specifially for pre-commit
python3 is enough
1 parent 75b150d commit db093d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Ruff pre-commit hook documentation:
66
# - https://github.com/astral-sh/ruff-pre-commit
77
default_language_version:
8-
python: python3.12
8+
python: python3
99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
# NOTE: Don't move the trailing "ruff-pre-commit version" comment from

0 commit comments

Comments
 (0)