diff options
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ [flake8] max-line-length=120 -application_import_names=bot
\ No newline at end of file +application_import_names=bot +exclude=.venv +ignore=B311,W503,E226 |
![]() |
index : bot | |
A mirrored copy of the python-discord/bot repository. |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | tox.ini | 4 |
@@ -1,3 +1,5 @@ [flake8] max-line-length=120 -application_import_names=bot
\ No newline at end of file +application_import_names=bot +exclude=.venv +ignore=B311,W503,E226 |