diff options
| author | 2021-07-27 17:24:46 -0400 | |
|---|---|---|
| committer | 2021-07-27 17:24:46 -0400 | |
| commit | a52402751e9254493149b88522cb56389987aeae (patch) | |
| tree | 8857ebfc017a8cc86488657dbaf3144a13015aa7 /tox.ini | |
| parent | remove `tool` from `[tool.isort]` (diff) | |
remove quotes from black profile
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 |