From cecdf546b8a4d3a1d4bec9421da2671bce7c08a3 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Tue, 4 Jun 2024 20:08:19 +0200 Subject: [PATCH] fixed flake8 config --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dc6272..5299c6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ mypy = "^1.8.0" types-pillow = "^10.2.0.20240213" types-requests = "^2.32.0.20240602" types-retry = "^0.9.9.4" +flake8-pyproject = "^1.2.3" [tool.poetry.group.dev.dependencies] @@ -51,5 +52,5 @@ dash-auth = "^2.2.0" requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -[flake8] +[tool.flake8] per-file-ignores = "__init__.py:F401"