Skip to content

Commit

Permalink
Bump mypy and remove win specific run
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Nov 23, 2022
1 parent 2963bf1 commit 44e970e
Showing 1 changed file with 0 additions and 29 deletions.
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

0 comments on commit 44e970e

Please sign in to comment.