aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar onerandomusername <[email protected]>2021-07-27 17:24:46 -0400
committerGravatar GitHub <[email protected]>2021-07-27 17:24:46 -0400
commita52402751e9254493149b88522cb56389987aeae (patch)
tree8857ebfc017a8cc86488657dbaf3144a13015aa7
parentremove `tool` from `[tool.isort]` (diff)
remove quotes from black profile
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 46fbc3a..d9d6fe4 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"
+profile = black
multi_line_output = 5