Skip to content

Commit aaee012

Browse files
committed
mypy cmd order in ci
1 parent dbc96b3 commit aaee012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check type hints with mypy
3333
run: |
3434
cd ./backend
35-
mypy --show-error-codes --config-file --check-untyped-defs ./pyproject.toml ./beets_flask
35+
mypy --show-error-codes --check-untyped-defs --config-file ./pyproject.toml ./beets_flask
3636
- name: Test with pytest
3737
run: |
3838
cd ./backend

0 commit comments

Comments
 (0)