diff options
| author | 2018-04-09 08:56:58 +0100 | |
|---|---|---|
| committer | 2018-04-09 09:56:58 +0200 | |
| commit | 1af13364d954363ec7a4d6acc2247797de535f8a (patch) | |
| tree | f712b9e0b0b9dfc7df912aadaea3531c01613f7b /tox.ini | |
| parent | Bump 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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |