there are several tools that deal with code complexity -- eg codeclimate quality. I wonder if there is something that: - supports good configurability (eg marking problems at specific places in code as ignored with a code comment or config) - supports pre-commit checks Eg: - https://github.com/tonybaloney/wily, https://wily.readthedocs.io/en/latest/#pre-commit-hook - https://xenon.readthedocs.io/en/latest/ - https://wemake-python-stylegui.de/en/latest/
there are several tools that deal with code complexity -- eg codeclimate quality.
I wonder if there is something that:
Eg: