moved flake8 configuration

This commit is contained in:
Brian Bjarke Jensen
2024-06-04 20:05:41 +02:00
parent 68a542be04
commit 675835a56b
2 changed files with 5 additions and 2 deletions
-2
View File
@@ -1,2 +0,0 @@
[flake8]
per-file-ignores = __init__.py:F401
+5
View File
@@ -16,6 +16,8 @@ python = "^3.12"
flake8 = "^7.0.0"
mypy = "^1.8.0"
types-pillow = "^10.2.0.20240213"
types-requests = "^2.32.0.20240602"
types-retry = "^0.9.9.4"
[tool.poetry.group.dev.dependencies]
@@ -48,3 +50,6 @@ dash-auth = "^2.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[flake8]
per-file-ignores = "__init__.py:F401"