diff options
author | 2021-08-22 03:56:09 -0400 | |
---|---|---|
committer | 2021-08-22 08:56:09 +0100 | |
commit | e5f62a08307148954da43788a8c86cf772a6b322 (patch) | |
tree | b7c875a30e7f2a45ee9f9400b4338d2ada062427 | |
parent | Update is_owner check (diff) |
Make doubly sure that isort uses the black profile (#8)
Context: https://discord.com/channels/267624335836053506/846434317021741086/878784395530616855
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ exclude=.cache,.venv,.git,constants.py,__pycache__ application_import_names=arthur [isort] -profile = black -multi_line_output = 5 +profile=black +multi_line_output=5 |