test: sales register report with conditions (#31266)

This commit is contained in:
Ankush Menat
2022-06-07 16:03:29 +05:30
committed by GitHub
parent 6d99b5a95a
commit 0e53edfd49
3 changed files with 52 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ ignore =
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
E101, # ensured by use of black
max-line-length = 200
exclude=.github/helper/semgrep_rules