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.
1 parent 4da9c0c commit 3a667cdCopy full SHA for 3a667cd
.github/workflows/pre-commit-autoupdate.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up python
30
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
31
with:
32
- python-version: '3.13'
+ python-version: '3.14'
33
34
- name: Install pre-commit
35
run: pip install pre-commit
.github/workflows/pre-commit.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: Run pre-commit checks
44
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
0 commit comments