Skip to content

Commit ac0273c

Browse files
committed
Fix CI: add --target-version py310 to black check
1 parent e68e52d commit ac0273c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Format check with black
4040
run: |
41-
pdm run black --check .
41+
pdm run black --check --target-version py310 .
4242
4343
- name: Type check with mypy
4444
run: |

0 commit comments

Comments
 (0)