Skip to content

Commit

Permalink
Removing the mypy check from "tests" since there seems to be no way t…
Browse files Browse the repository at this point in the history
…o override the strict option for some modules (python/mypy#11401).
  • Loading branch information
ernesto-at-fellow committed Nov 16, 2023
1 parent caa206d commit 0e6c2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- run: poetry install --no-interaction
- run: poetry run black --check prosemirror tests
- run: poetry run ruff prosemirror tests
- run: poetry run mypy prosemirror tests
- run: poetry run mypy prosemirror

0 comments on commit 0e6c2e3

Please sign in to comment.