We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19664f commit 583eec1Copy full SHA for 583eec1
1 file changed
.github/workflows/pre-commit.yml
@@ -14,8 +14,8 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v4
16
with:
17
- python-version: '3.11'
+ python-version: '3.12'
18
- name: Install pre-commit
19
- run: pip install pre-commit
+ run: pip install pre-commit==4.5.0
20
- name: Run pre-commit
21
run: pre-commit run --all-files
0 commit comments