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

@@ -32,8 +32,6 @@ hdf5 = [
develop = [
'coveralls',
'flake8',
'flake8-tidy-imports',
'mypy',
'pytest',
'pytest-asyncio',