commit | 251576a6bb38c9b0f0793330e10e256fe7898e5c | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Fri Jan 28 13:17:43 2022 +0530 |
committer | GitHub <noreply@github.com> | Fri Jan 28 13:17:43 2022 +0530 |
tree | c357e0ad6625822614b9ec509959786d8ad2ed79 | |
parent | 0dafa8a12a0c0745bbabceb457332075fd6db9f9 [diff] |
chore: disable annoying flake8 formatting for QB (#29488) [skip ci]
diff --git a/.flake8 b/.flake8 index 56c9b9a..5735456 100644 --- a/.flake8 +++ b/.flake8
@@ -28,6 +28,7 @@ B007, B950, W191, + E124, # closing bracket, irritating while writing QB code max-line-length = 200 exclude=.github/helper/semgrep_rules