-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mypy in docker * --non-interactive --install-types * --implicit-optional * comment all * --follow-imports=silent comment * types-all * -non-interactive * --cache-dir * del `ignore-missing-imports` * PIP_NO_CACHE_DIR: "off" * PIP_ROOT: "/tmp/mypy_types" * mypy in docker * env * # PIP_ROOT: /tmp/mypy_types * mypy_requirements * add more libs * docker image modes * revert * uncomment * order * comments * test * comments * skip: true * Update mypy-requirements.txt Co-authored-by: dorschw <[email protected]> * Update .pre-commit-config_template.yaml --------- Co-authored-by: dorschw <[email protected]>
- Loading branch information
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# This file specifies the stub lib dependencies required for the mypy-in-docker hook. | ||
# These dependencies will be installed in the Docker container, see `installation_scripts/python_image.sh` in the SDK. | ||
cachetools | ||
cffi | ||
cryptography | ||
dateparser | ||
paramiko | ||
protobuf | ||
pycparser | ||
PyMySQL | ||
pyOpenSSL | ||
python-dateutil | ||
PyYAML | ||
pytz | ||
requests | ||
setuptools | ||
six | ||
types-cachetools | ||
types-cffi | ||
types-dateparser | ||
types-Deprecated | ||
types-Markdown | ||
types-paramiko | ||
types-protobuf | ||
types-pyOpenSSL | ||
types-PyMySQL | ||
types-python-dateutil | ||
types-PyYAML | ||
types-pytz | ||
types-requests | ||
types-setuptools | ||
types-six | ||
types-tabulate | ||
types-ujson | ||
ujson |