瀏覽代碼

chore: useless flake8 warnings

version-14
Ankush Menat 3 年之前
父節點
當前提交
f7e00633b9
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      .flake8

+ 4
- 0
.flake8 查看文件

@@ -28,6 +28,10 @@ ignore =
B007, B007,
B950, B950,
W191, 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 max-line-length = 200
exclude=.github/helper/semgrep_rules exclude=.github/helper/semgrep_rules

Loading…
取消
儲存