We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc96b3 commit aaee012Copy full SHA for aaee012
.github/workflows/python.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Check type hints with mypy
33
run: |
34
cd ./backend
35
- mypy --show-error-codes --config-file --check-untyped-defs ./pyproject.toml ./beets_flask
+ mypy --show-error-codes --check-untyped-defs --config-file ./pyproject.toml ./beets_flask
36
- name: Test with pytest
37
38
0 commit comments