Skip to content

Commit

Permalink
ci: allow subclassing any for mypy to enable subclassing Symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Aug 25, 2024
1 parent 4dfa8bd commit 33874a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-static-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: python/[email protected]
with:
paths: "./src"
- run: pip install .[test] && python -m mypy --strict --install-types --non-interactive ./src ./tests ./example
- run: pip install .[test] && python -m mypy --strict --install-types --allow-subclassing-any --non-interactive ./src ./tests ./example

audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 33874a3

Please sign in to comment.