From 24e1c44f5e111f2d90adc9a24d215d3adb9e2f25 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Sat, 13 Jul 2024 23:34:57 +0200 Subject: [PATCH] fixed double reference --- pyproject.toml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 279f158..d652384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,3 @@ -[tool.isort] -profile = "black" - -[tool.flake8] -per-file-ignores = "__init__.py:F401" -max-line-length = 88 -extend-ignore = "E203" - [tool.poetry] name = "visual_critical_discourse_analysis" version = "0.1.0" @@ -67,8 +59,13 @@ priority = "primary" requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +[tool.isort] +profile = "black" + [tool.flake8] per-file-ignores = "__init__.py:F401" +max-line-length = 88 +extend-ignore = "E203" [tool.mypy] exclude = "image_download"