Skip to content

Use symbolic names in pylint disable statements

Tino Calancha requested to merge calancha/kpet:pylint-sym-names into main

For instance, instead of:

# pylint: disable=E1101

prefer the more descriptive:

# pylint: disable=no-member

Edited by Tino Calancha

Merge request reports