Skip to content

Commit b45df53

Browse files
author
Raphael Krupinski
committed
👷 CI: let mypy take its config from pyproject.
1 parent 64e14d1 commit b45df53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: poetry run pre-commit run -a
3131

3232
- name: run mypy
33-
run: poetry run mypy -p lapidary
33+
run: poetry run mypy
3434

3535
tests:
3636
name: ${{ matrix.os }} / ${{ matrix.python-version }}

0 commit comments

Comments
 (0)