From 97b06ff6f098df3a3a49625dea3619e9292e188d Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Tue, 15 Dec 2020 18:56:14 -0300 Subject: [PATCH] Update configuration to use flake8-bugbear. Bugbear is a plugin for Flake8 finding likely bugs and design problems. It contain warnings that don't belong in pyflakes and pycodestyle, and do not have a PEP or standard behind them. Ref: https://github.com/PyCQA/flake8-bugbear --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6b77754b..4384655f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,4 @@ -r requirements-tests.txt ipdb pre-commit +flake8-bugbear -- GitLab