diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ exclude=.cache,.venv,.git,constants.py,__pycache__ application_import_names=arthur [isort] -profile = "black" +profile = black multi_line_output = 5 |