fixed double reference
This commit is contained in:
+5
-8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user