We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1569a0c commit 1bc1918Copy full SHA for 1bc1918
.github/workflows/black.yml
@@ -9,5 +9,5 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-python@v3
11
with:
12
- python-version: '3.13'
+ python-version: '3.12'
13
- uses: psf/black@stable
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
rev: 25.1.0
4
hooks:
5
- id: black
6
- language_version: python3.13
+ language_version: python3.12
7
- repo: https://github.com/timothycrosley/isort
8
rev: 6.0.1
0 commit comments