Remove flake8 in favor of ruff

This commit is contained in:
Matthias
2023-02-22 21:08:17 +01:00
parent 549a0e1c44
commit b4ea37d598
6 changed files with 8 additions and 24 deletions

View File

@@ -41,7 +41,6 @@ dependencies:
# 2/4 req dev
- coveralls
- flake8
- mypy
- pytest
- pytest-asyncio
@@ -70,6 +69,6 @@ dependencies:
- tables
- pytest-random-order
- ccxt
- flake8-tidy-imports
- ruff
- -e .
# - python-rapidjso