diff --git a/pyproject.toml b/pyproject.toml index 9065cce..3380787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,3 +55,6 @@ warn_unused_configs = true [[tool.mypy.overrides]] module = ["odf.*", "redminelib.*", "tabulate", "openpyxl.*", "yaml", "requests", "urllib3.*"] ignore_missing_imports = true + +[tool.isort] +profile = "black"