Optimize pre-commit hook tool order
The order of the tools called in the pre-commit hook is not optimal. It calls pylint
first, which takes a long time to run. If a later, faster tool then finds a problem it can be a significant time waster.
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.39
The order of the tools called in the pre-commit hook is not optimal. It calls pylint
first, which takes a long time to run. If a later, faster tool then finds a problem it can be a significant time waster.
UNCLASSIFIED - NO CUI