fix(CI): Use bugbear instead of flake8-mutable

(cherry picked from commit 4dc17a856e)
This commit is contained in:
ChillarAnand
2021-10-11 10:37:59 +05:30
committed by Ankush Menat
parent 091c2f3023
commit f844c36ab2
2 changed files with 4 additions and 7 deletions

View File

@@ -21,9 +21,9 @@ repos:
hooks:
- id: flake8
additional_dependencies: [
'flake8-mutable',
'flake8-bugbear',
]
args: ['--select=M511', '--config', '.github/helper/.flake8_strict']
args: ['--config', '.github/helper/.flake8_strict']
exclude: ".*setup.py$"
- repo: https://github.com/timothycrosley/isort