mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 14:25:10 +00:00
fix(CI): Use bugbear instead of flake8-mutable
This commit is contained in:
committed by
Ankush Menat
parent
6019f60d0a
commit
4dc17a856e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user