Skip to content

Commit

Permalink
specify python version [for pre-commit]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Jul 23, 2024
1 parent d928dc2 commit b795df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ ci:

# Consistency with other tools
default_language_version:
node: lts
ruby: .ruby-version
node: "lts"
python: "3.12"
ruby: ".ruby-version"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.4

0 comments on commit b795df4

Please sign in to comment.