chore: ignore rules for QB formatting

This commit is contained in:
Saqib Ansari 2022-03-25 14:26:12 +05:30
parent 9a0f5bff65
commit e0c36d87e0

View File

@ -29,6 +29,8 @@ ignore =
B950,
W191,
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
exclude=.github/helper/semgrep_rules