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 587085b commit 38274e9Copy full SHA for 38274e9
.github/workflows/format.yml
@@ -27,7 +27,7 @@ jobs:
27
sudo npm i # Prettier version and plugins should be specified in package.json
28
29
- name: Format python using black
30
- run: black . --target-version py310
+ run: black . --target-version py313
31
- name: Run prettier
32
run: |
33
python3 http/php/.preformat.py
0 commit comments