#2219 pylint: disable cyclic-import warnings
Merged 2 years ago by praiskup. Opened 2 years ago by praiskup.
Unknown source pylint-cyclic-import  into  main

file modified
+4 -1
@@ -48,7 +48,10 @@

  #     It's inconvenient to silence this per-class.

  # consider-using-f-string

  #     "style" warnings, usage of the f-strings is not yet approved by our team

- disable=import-error,too-few-public-methods,consider-using-f-string

+ # cyclic-import

+ #     Seems like cyclic-import is just a style check which is not going to be

+ #     fixed: https://github.com/PyCQA/pylint/issues/6983

+ disable=import-error,too-few-public-methods,consider-using-f-string,cyclic-import

  

  [VARIABLES]

  # A regular expression matching names used for dummy variables (i.e. not used).

no initial comment

rebased onto 83511b7

2 years ago

Build succeeded.

Commit 83511b7 fixes this pull-request

Pull-Request has been merged by praiskup

2 years ago

Pull-Request has been merged by praiskup

2 years ago
Metadata