We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f656738 + 3197f26 commit 6c3aff6Copy full SHA for 6c3aff6
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v4
25
- uses: actions/setup-python@v5
26
with:
27
- python-version: '3.12.3' # 3.12.4 has an issue with pyupgrade, try to upgrade later
+ python-version: '3.12'
28
- run: |
29
pip install pre-commit
30
pre-commit run --all-files
0 commit comments