Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
Use version file instead of explicit version number.
  • Loading branch information
m-appel authored Jan 4, 2024
1 parent a932e65 commit 5b8399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version-file: '.python-version'
cache: 'pip'

- name: Install dependencies
Expand Down

0 comments on commit 5b8399b

Please sign in to comment.