diff options
author | 2021-07-27 23:56:13 +0100 | |
---|---|---|
committer | 2021-07-27 23:56:13 +0100 | |
commit | d8808bc7396f45a34ba7cadda099239c94101994 (patch) | |
tree | 1fb1720621d5491631a626c3fe2c7dd52fe1b81b | |
parent | Handle zero deployments found (diff) | |
parent | Merge pull request #4 from onerandomusername/patch-1 (diff) |
Merge branch 'main' of github.com:python-discord/king-arthur
-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 |