Fully remove flake8-type-annotations

This commit is contained in:
Matthias 2021-10-18 16:04:24 +02:00
parent 52bd761111
commit ddba4e32d7
2 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ dependencies:
- py_find_1st
- tables
- pytest-random-order
- flake8-type-annotations
- ccxt
- flake8-tidy-imports
- -e .

View File

@ -16,7 +16,6 @@ hyperopt = [
develop = [
'coveralls',
'flake8',
'flake8-type-annotations',
'flake8-tidy-imports',
'mypy',
'pytest',