Skip to content

Commit

Permalink
👷 CI: let mypy take its config from pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Krupinski committed Jun 2, 2024
1 parent 64e14d1 commit b45df53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: poetry run pre-commit run -a

- name: run mypy
run: poetry run mypy -p lapidary
run: poetry run mypy

tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
Expand Down

0 comments on commit b45df53

Please sign in to comment.