aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar aru <[email protected]>2021-08-22 03:56:09 -0400
committerGravatar GitHub <[email protected]>2021-08-22 08:56:09 +0100
commite5f62a08307148954da43788a8c86cf772a6b322 (patch)
treeb7c875a30e7f2a45ee9f9400b4338d2ada062427
parentUpdate 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.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d9d6fe4..3637db3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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