chore: ignore rules for QB formatting
diff --git a/.flake8 b/.flake8
index 5735456..4ff8840 100644
--- a/.flake8
+++ b/.flake8
@@ -29,6 +29,8 @@
     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