mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
chore: ignore rules for QB formatting
(cherry picked from commit e0c36d87e0)
This commit is contained in:
committed by
mergify-bot
parent
82aea2b998
commit
47567c66c1
2
.flake8
2
.flake8
@@ -29,6 +29,8 @@ ignore =
|
|||||||
B950,
|
B950,
|
||||||
W191,
|
W191,
|
||||||
E124, # closing bracket, irritating while writing QB code
|
E124, # closing bracket, irritating while writing QB code
|
||||||
|
E131, # continuation line unaligned for hanging indent
|
||||||
|
E123, # closing bracket does not match indentation of opening bracket's line
|
||||||
|
|
||||||
max-line-length = 200
|
max-line-length = 200
|
||||||
exclude=.github/helper/semgrep_rules
|
exclude=.github/helper/semgrep_rules
|
||||||
|
|||||||
Reference in New Issue
Block a user