Skip to content

⌨️⚙️ Update torch type checking #1538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update tox.ini
  • Loading branch information
cthoyt committed Apr 20, 2025
commit 002c8d82aa4d75c4d06f1965821e0887546e3e08
12 changes: 1 addition & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,23 +135,13 @@ deps =
types-setuptools
types-tabulate
types-PyYAML
click
more-click
pystow
click-default-group
docdata
types-decorator
requests
numpy
# start adding main deps one at a time
# to incrementally cover lots of issues
extras =
templating
plotting
wordcloud
tests
skip_install = true
commands = mypy --install-types --non-interactive --ignore-missing-imports src/ docs/source/examples
commands = mypy --ignore-missing-imports src/ docs/source/examples
description = Run the mypy tool to check static typing on the project.

[testenv:pyroma]
Expand Down
Loading