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 d0323be + e5aa968 commit adc5116Copy full SHA for adc5116
.github/workflows/pre-commit.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup python
23
uses: actions/setup-python@v5
24
with:
25
- python-version: "3.11"
+ python-version: "3.13"
26
- name: Format python code with black
27
uses: psf/black@stable
28
- uses: actions/setup-node@v4
.pre-commit-config.yaml
@@ -60,4 +60,4 @@ repos:
60
rev: 25.1.0
61
hooks:
62
- id: black
63
- language_version: python3.11
+ language_version: python3.13
0 commit comments