From 8528fd3661ea90b43e863d15077297f65b297d29 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Thu, 8 Nov 2018 10:29:52 -0800 Subject: [PATCH] add flake8-bugbear to flake8 check --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 78390803d..ffc52a0c3 100644 --- a/tox.ini +++ b/tox.ini @@ -118,6 +118,7 @@ deps = flake8-docstrings # https://github.com/JBKahn/flake8-print/pull/30 flake8-print>=3.1.0 + flake8-bugbear commands = flake8 src/aws_encryption_sdk/ setup.py