Add flake8-bugbear to pre-commit

This commit is contained in:
Devesh Kumar Singh 2020-06-05 02:40:26 +05:30
parent d3ce025e8d
commit 9a52dcd62b
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ repos:
rev: 3.8.1
hooks:
- id: flake8
additional_dependencies: [
'flake8-bugbear==20.1.4'
]
exclude: tests/data
- repo: https://github.com/timothycrosley/isort