Refactor pylint/config modules to avoid using deprecated optparse module. #4455
Labels
Command line
Related to command line interface
Enhancement ✨
Improvement to a component
High effort 🏋
Difficult solution or problem to solve
Maintenance
Discussion or action around maintaining pylint or the dev workflow
Steps to reproduce
Following files:
Are using deprecated
optparse
module. Currentlydeprecated-module
check is disabled to suppress errors. When disable is removed, pylint is raising error for given modules.Current behavior
optparse
module is used in mentioned modules,deprecated-module
check is disabled to suppress errors.Expected behavior
Modules should be refactored to avoid using
optparse
module.deprecated-module
check should not be disabled.The text was updated successfully, but these errors were encountered: