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 - py_find_1st
- tables - tables
- pytest-random-order - pytest-random-order
- flake8-type-annotations
- ccxt - ccxt
- flake8-tidy-imports - flake8-tidy-imports
- -e . - -e .

View File

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