fixed flake8 config

This commit is contained in:
Brian Bjarke Jensen
2024-06-04 20:08:19 +02:00
parent bd9c8136d1
commit cecdf546b8
+2 -1
View File
@@ -18,6 +18,7 @@ mypy = "^1.8.0"
types-pillow = "^10.2.0.20240213" types-pillow = "^10.2.0.20240213"
types-requests = "^2.32.0.20240602" types-requests = "^2.32.0.20240602"
types-retry = "^0.9.9.4" types-retry = "^0.9.9.4"
flake8-pyproject = "^1.2.3"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
@@ -51,5 +52,5 @@ dash-auth = "^2.2.0"
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[flake8] [tool.flake8]
per-file-ignores = "__init__.py:F401" per-file-ignores = "__init__.py:F401"