Remove all trace of flake8-mypy (#1867)

flake8-mypy is long dead and shouldn't be used, see
https://github.com/ambv/flake8-mypy. We appear to use pre-commit to run
mypy now anyway.

I ran `pipenv uninstall flake8-mypy`, which seems to have made several
changes to Pipfile.lock. Let me know if there's a better way to do this.

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu 2020-12-13 23:20:25 -08:00 committed by GitHub
parent 2989dc1bf8
commit a522aa45c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 468 additions and 366 deletions

View File

@ -9,7 +9,6 @@ coverage = "*"
docutils = "==0.15" # not a direct dependency, see https://github.com/pypa/pipenv/issues/3865
flake8 = "*"
flake8-bugbear = "*"
flake8-mypy = "*"
mypy = ">=0.782"
pre-commit = "*"
readme_renderer = "*"

832
Pipfile.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,6 @@
python_version=3.6
platform=linux
# flake8-mypy expects the two following for sensible formatting
show_column_numbers=True
# show error messages from unrelated files