Skip to content

chore: enable consider-using-in, consider-using-sys-exit, useless-parent-delegation

Igor Drozdov requested to merge id-pylint-consider-using-in 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:

  • consider-using-in
  • consider-using-sys-exit
  • useless-parent-delegation
  • use-dict-literal
  • too-many-boolean-expressions
Edited by Igor Drozdov

Merge request reports