From ddba4e32d7b904d6a54b273fd3ddee67b3a260f5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Oct 2021 16:04:24 +0200 Subject: [PATCH] Fully remove flake8-type-annotations --- environment.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/environment.yml b/environment.yml index f58434c15..f62ac8105 100644 --- a/environment.yml +++ b/environment.yml @@ -64,7 +64,6 @@ dependencies: - py_find_1st - tables - pytest-random-order - - flake8-type-annotations - ccxt - flake8-tidy-imports - -e . diff --git a/setup.py b/setup.py index cf381bdd3..445155687 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,6 @@ hyperopt = [ develop = [ 'coveralls', 'flake8', - 'flake8-type-annotations', 'flake8-tidy-imports', 'mypy', 'pytest',