Skip to content

Commit 38274e9

Browse files
authored
Update format.yml
1 parent 587085b commit 38274e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo npm i # Prettier version and plugins should be specified in package.json
2828
2929
- name: Format python using black
30-
run: black . --target-version py310
30+
run: black . --target-version py313
3131
- name: Run prettier
3232
run: |
3333
python3 http/php/.preformat.py

0 commit comments

Comments
 (0)