From bcdb3a77690e1e224225627f085d86689353e1cb Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Mon, 21 Feb 2022 12:58:10 +0000 Subject: Port many utilities from bot --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9472c32f..e0145e7a 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ max-line-length=120 docstring-convention=all import-order-style=pycharm -application_import_names=bot,tests +application_import_names=botcore,docs,tests exclude=.cache,.venv,.git,constants.py ignore= B311,W503,E226,S311,T000,E731 -- cgit v1.2.3