From 1af13364d954363ec7a4d6acc2247797de535f8a Mon Sep 17 00:00:00 2001 From: kingdom5500 <37349466+kingdom5500@users.noreply.github.com> Date: Mon, 9 Apr 2018 08:56:58 +0100 Subject: Sort out argument parsing (#41) * Sort out tag name literal eval * Fixed typo >.> * Validate all tag commands * Clean up validation * Add default embed colours * Sorted a docstring * Typehinted validate method * Explicitly return None * Squashed some parsing bugs * Cleaned up tag name ascii checking * Removed unused import >.> * More validation fixes * Uncommented permission decorators <.< * Tidied up a bit * Tidied up a bit --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a8869d3ba..fb2176741 100644 --- a/tox.ini +++ b/tox.ini @@ -2,5 +2,5 @@ max-line-length=120 application_import_names=bot exclude=.venv -ignore=B311,W503,E226 +ignore=B311,W503,E226,S311 import-order-style=pycharm -- cgit v1.2.3