pylint_plugins: add forbidden import checker #463
+126
−11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add new pylint AST checker plugin which implements a check for imports
forbidden in IPA. Which imports are forbidden is configurable in pylintrc.
Provide default forbidden import configuration and disable the check for
existing forbidden imports in our code base.
Supersedes @MartinBasti's PR #462.