diff options
author | 2022-07-23 14:47:06 +0200 | |
---|---|---|
committer | 2022-07-23 17:10:52 +0200 | |
commit | afa46c4abfc73c8791742ed2ece886776823e8ab (patch) | |
tree | b0032b561f63030c61b3174e55f1f0c3ac321b69 /tox.ini | |
parent | Mark aiodns As An Explicit Dependency (diff) |
Add Sample Project With Boilerplate
Adds a bare-bones discord.py bot using features from bot-core, to be
used for quickly prototyping and testing out bot-core features.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ max-line-length=120 docstring-convention=all import-order-style=pycharm application_import_names=botcore,docs,tests -exclude=.cache,.venv,.git,constants.py +exclude=.cache,.venv,.git,constants.py,bot/ ignore= B311,W503,E226,S311,T000,E731 # Missing Docstrings |