Skip to content

chore(pylint): cyclic-import, import-self, keyword-arg-before-vararg

Igor Drozdov requested to merge id-pylint-cyclic-import into main

What does this merge request do and why?

All pylint checks except the violated ones were enabled: chore: enable all pylint checks excluding the v... (!846 - merged)

This MR enables and fixes violations for the following pylint checks:

  • cyclic-import
  • import-self
  • keyword-arg-before-vararg

Merge request reports