Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 28735ad

Browse files
author
Jeff Ammons
committed
Fix flake8 files to run.
1 parent 92357ed commit 28735ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ basepython=python
2727
deps=flake8
2828
commands=
2929
flake8 \
30-
{toxinidir}/rtmbot.py \
31-
{toxinidir}/rtmbot/core.py \
30+
{toxinidir}/rtmbot \
3231
{toxinidir}/setup.py \
3332
{toxinidir}/docs/example-plugins

0 commit comments

Comments
 (0)