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
This commit is contained in:
Rafael Guterres Jeffman
2020-12-15 18:56:14 -03:00
parent f89330a80d
commit 97b06ff6f0

View File

@@ -1,3 +1,4 @@
-r requirements-tests.txt
ipdb
pre-commit
flake8-bugbear