Skip to content

Commit 1bc1918

Browse files
committed
adjusting python version
1 parent 1569a0c commit 1bc1918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-python@v3
1111
with:
12-
python-version: '3.13'
12+
python-version: '3.12'
1313
- uses: psf/black@stable

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: 25.1.0
44
hooks:
55
- id: black
6-
language_version: python3.13
6+
language_version: python3.12
77
- repo: https://github.com/timothycrosley/isort
88
rev: 6.0.1
99
hooks:

0 commit comments

Comments
 (0)