commit | fe962547301d617cd082e3fcd1c6013f5c6dcd20 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Wed Mar 30 12:34:36 2022 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Wed Mar 30 12:36:09 2022 +0530 |
tree | 6ddfeeadaa8e39ed5a0d05c88d62aa3cc3c69b72 | |
parent | 7e719a12f192434140702b3f1cbeefc3f991bee8 [diff] |
chore: skip style checks in sider [skip ci]
diff --git a/.flake8 b/.flake8 index 4ff8840..4b852ab 100644 --- a/.flake8 +++ b/.flake8
@@ -31,6 +31,7 @@ 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