Skip to content

chore(pylint): enable unused-variable, unidiomatic-typecheck, pointless-statement

Igor Drozdov requested to merge id-pylint-undefined-variable 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:

  • unused-variable
  • unidiomatic-typecheck
  • pointless-statement
  • undefined-variable
  • redefined-argument-from-local
Edited by Igor Drozdov

Merge request reports