image_through_model #49

Merged
brian merged 75 commits from image_through_model into main 2024-10-20 00:10:27 +02:00
Showing only changes of commit 24e1c44f5e - Show all commits
+5 -8
View File
@@ -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"