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:
parent
2989dc1bf8
commit
a522aa45c6
1
Pipfile
1
Pipfile
@ -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
832
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user