Skip to content

Remove second mypy run from pre-commit #7344

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Nov 24, 2022
Merged
Changes from all commits
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
29 changes: 0 additions & 29 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,32 +64,3 @@ repos:
- tornado
- zict
- pyarrow

# Work around https://github.com/python/mypy/issues/12286
# Re-run mypy, checking for Windows-specific issues.
# This section must be kept aligned to the previous one, with the only difference
# of the args.
# Note that we are not checking MacOSX explicitly, as there are typically no
# differences from Linux.
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
hooks:
- id: mypy
args: [--warn-unused-configs, --platform, win32]
additional_dependencies:
# Type stubs
- pandas-stubs
- types-docutils
- types-requests
- types-paramiko
- types-PyYAML
- types-psutil
- types-setuptools
# Typed libraries
- click
- dask
- numpy
- pytest
- tornado
- zict
- pyarrow