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 5d266e3 commit f5df0f6Copy full SHA for f5df0f6
.github/workflows/autoblack.yml
@@ -10,14 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - name: Set up Python 3.11
+ - name: Set up Python 3.13
14
uses: actions/setup-python@v5
15
with:
16
python-version: 3.13
17
- name: Install click
18
run: pip install 'click==8.0.4'
19
- name: Install Black
20
- run: pip install 'black==22.3.0'
+ run: pip install 'black==25.1.0'
21
- name: Run black --check .
22
run: black --check .
23
- name: If needed, commit black changes to the pull request
0 commit comments