Skip to content

Commit

Permalink
Fixed Pyhton version mismatches from #1746 (#1856)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Felsing <[email protected]>
  • Loading branch information
ip6li and Christian Felsing authored Jan 23, 2025
1 parent 476550b commit 867cf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# INSTALL .: `pre-commit install --overwrite --install-hooks`
# UPDATE ..: `pre-commit autoupdate`
default_language_version:
python: python3.10
python: python3
exclude: '\.svg$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8
3

0 comments on commit 867cf7a

Please sign in to comment.