aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-27 23:32:25 +0100
committerGravatar GitHub <[email protected]>2021-07-27 23:32:25 +0100
commitd86a8b429dba5fe0d908111acc2e3f9fc51690a4 (patch)
tree1c4775a8bee693f56e6ef07eab3b2aa332814a87
parentMigrate to discord.py v2.0 (diff)
parentMerge branch 'main' into patch-1 (diff)
Merge pull request #4 from onerandomusername/patch-1
-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