Daniel R.
Today I had to write an extension module, that was overriding a extension-unfriendly paid module.
In this case I want to copy paste the original method to add my modifications to, and I don't want automatic formatting or lint checks.
This can be achieved with these comment directives:
# flake8: noqa
# pylint: disable=C,E,W
# fmt: off
If you want to exclude a full module, don't do this - just place it in the paid-addons folder, that should be excluded from linting.
https://chat.google.com/room/AAAA7zDSTkM/Aj_x77OC_po/Aj_x77OC_po?cls=10