add flake8-fastapi

This commit is contained in:
grillazz
2021-08-02 08:28:53 +02:00
parent 050a37f350
commit 8e8e669127
2 changed files with 30 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ name = "pypi"
isort = "*"
mypy = "*"
flake8 = "*"
flake8-fastapi = "*"
black = "*"
safety = "*"
fastapi = "*"