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