Test with the bugbear plugin for flake8
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index de62e4e..7a73d73 100644 (file)
--- 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]