diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,6 +5,6 @@ ignore=ANN101,D107,W503 exclude=.cache,.venv,.git,constants.py,__pycache__ application_import_names=arthur -[tool.isort] -profile = "black" +[isort] +profile = black multi_line_output = 5 |