Skip to content

Commit f5df0f6

Browse files
committed
Use newer black
1 parent 5d266e3 commit f5df0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autoblack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Set up Python 3.11
13+
- name: Set up Python 3.13
1414
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.13
1717
- name: Install click
1818
run: pip install 'click==8.0.4'
1919
- name: Install Black
20-
run: pip install 'black==22.3.0'
20+
run: pip install 'black==25.1.0'
2121
- name: Run black --check .
2222
run: black --check .
2323
- name: If needed, commit black changes to the pull request

0 commit comments

Comments
 (0)