diff options
author | 2021-07-27 23:32:25 +0100 | |
---|---|---|
committer | 2021-07-27 23:32:25 +0100 | |
commit | d86a8b429dba5fe0d908111acc2e3f9fc51690a4 (patch) | |
tree | 1c4775a8bee693f56e6ef07eab3b2aa332814a87 | |
parent | Migrate to discord.py v2.0 (diff) | |
parent | Merge branch 'main' into patch-1 (diff) |
Merge pull request #4 from onerandomusername/patch-1
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |