瀏覽代碼

pylint: disable import-outside-toplevel

All the cases highlighted by this checker are intentional.
Marek Marczykowski-Górecki 4 年之前
父節點
當前提交
3dd92faa0e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .pylintrc

+ 1 - 0
.pylintrc

@@ -16,6 +16,7 @@ disable=
   duplicate-code,
   file-ignored,
   fixme,
+  import-outside-toplevel,
   locally-disabled,
   locally-enabled,
   logging-format-interpolation,