aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar kingdom5500 <[email protected]>2018-04-09 08:56:58 +0100
committerGravatar Leon Sandøy <[email protected]>2018-04-09 09:56:58 +0200
commit1af13364d954363ec7a4d6acc2247797de535f8a (patch)
treef712b9e0b0b9dfc7df912aadaea3531c01613f7b /tox.ini
parentBump safety from 1.8.0 to 1.8.1 (#45) (diff)
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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