aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-27 23:56:13 +0100
committerGravatar Joe Banks <[email protected]>2021-07-27 23:56:13 +0100
commitd8808bc7396f45a34ba7cadda099239c94101994 (patch)
tree1fb1720621d5491631a626c3fe2c7dd52fe1b81b
parentHandle zero deployments found (diff)
parentMerge pull request #4 from onerandomusername/patch-1 (diff)
Merge branch 'main' of github.com:python-discord/king-arthur
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7fdc71c..d9d6fe4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,6 @@ ignore=ANN101,D107,W503
exclude=.cache,.venv,.git,constants.py,__pycache__
application_import_names=arthur
-[tool.isort]
-profile = "black"
+[isort]
+profile = black
multi_line_output = 5