added isort and flake8 black compatibility
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
|
||||||
|
[tool.flake8]
|
||||||
|
per-file-ignores = "__init__.py:F401"
|
||||||
|
max-line-length = 88
|
||||||
|
extend-ignore = "E203"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "visual_critical_discourse_analysis"
|
name = "visual_critical_discourse_analysis"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user