mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-01 21:27:15 +00:00
fix(ingest): pin to new mypy version (#2670)
This commit is contained in:
parent
24268c2021
commit
5eee818a61
@ -100,8 +100,6 @@ all_exclude_plugins: Set[str] = {
|
||||
}
|
||||
|
||||
mypy_stubs = {
|
||||
# for Python 3.6 support
|
||||
"dataclasses",
|
||||
"types-dataclasses",
|
||||
"sqlalchemy-stubs",
|
||||
"types-pkg_resources",
|
||||
@ -124,7 +122,7 @@ base_dev_requirements = {
|
||||
"coverage>=5.1",
|
||||
"flake8>=3.8.3",
|
||||
"isort>=5.7.0",
|
||||
"mypy>=0.782",
|
||||
"mypy>=0.901",
|
||||
"pytest>=6.2.2",
|
||||
"pytest-cov>=2.8.1",
|
||||
"pytest-docker",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user