chore: useless flake8 warnings

This commit is contained in:
Ankush Menat 2022-06-15 17:27:04 +05:30
parent c7e89267cc
commit f7e00633b9

View file

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