X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=7a73d735c529427cb19adfc6245eff33bda8c2f9;hp=de62e4e456199732ea787040586070664b3b27ba;hb=38aff5fc519f55a8b15a7602f34167bcfea3d7f6;hpb=6d10b4e795679965dfd7f5e4ff027151ff629b8f diff --git a/tox.ini b/tox.ini index de62e4e..7a73d73 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,9 @@ commands = sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html [testenv:flake8] -deps = flake8 +deps = + flake8 + flake8-bugbear commands = flake8 {posargs} [testenv:selftest_config]