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
|
docutils = "==0.15" # not a direct dependency, see https://github.com/pypa/pipenv/issues/3865
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
flake8-bugbear = "*"
|
flake8-bugbear = "*"
|
||||||
flake8-mypy = "*"
|
|
||||||
mypy = ">=0.782"
|
mypy = ">=0.782"
|
||||||
pre-commit = "*"
|
pre-commit = "*"
|
||||||
readme_renderer = "*"
|
readme_renderer = "*"
|
||||||
|
832
Pipfile.lock
generated
832
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
1
mypy.ini
1
mypy.ini
@ -5,7 +5,6 @@
|
|||||||
python_version=3.6
|
python_version=3.6
|
||||||
platform=linux
|
platform=linux
|
||||||
|
|
||||||
# flake8-mypy expects the two following for sensible formatting
|
|
||||||
show_column_numbers=True
|
show_column_numbers=True
|
||||||
|
|
||||||
# show error messages from unrelated files
|
# show error messages from unrelated files
|
||||||
|
Loading…
Reference in New Issue
Block a user