mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 19:48:27 +00:00
* refactor: Clean up mutable defaults and add CI check
(cherry picked from commit 772d4753e7)
Co-authored-by: Chillar Anand <chillar@avilpage.com>
This commit is contained in:
@@ -20,7 +20,10 @@ repos:
|
||||
rev: 3.9.2
|
||||
hooks:
|
||||
- id: flake8
|
||||
args: ['--config', '.github/helper/.flake8_strict']
|
||||
additional_dependencies: [
|
||||
'flake8-mutable',
|
||||
]
|
||||
args: ['--select=M511', '--config', '.github/helper/.flake8_strict']
|
||||
exclude: ".*setup.py$"
|
||||
|
||||
- repo: https://github.com/timothycrosley/isort
|
||||
|
||||
Reference in New Issue
Block a user