mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
linters: Add flake8-bugbear for finding bugs and design problems
Also, make appropriate changes to satisfy issues flagged by `flake8-bugbear`.
This commit is contained in:
parent
e2c4b50a46
commit
b42e758ac7
3 changed files with 7 additions and 3 deletions
1
tox.ini
1
tox.ini
|
|
@ -45,6 +45,7 @@ basepython = python3
|
|||
skip_install = true
|
||||
deps =
|
||||
flake8
|
||||
flake8-bugbear
|
||||
flake8-colors
|
||||
flake8-docstrings>=1.3.1
|
||||
flake8-import-order>=0.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue