Skip to content

Commit

Permalink
show python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 5, 2023
1 parent 6d8255a commit 79a6025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
name: update-android-strings
files: \.arb$
language: script
entry: python --version && python3.12 --version && update_android_strings.py
entry: python3 --version && python3.12 --version && update_android_strings.py
require_serial: true

# Python
Expand Down

0 comments on commit 79a6025

Please sign in to comment.