flake8-annotations-coverage
flake8-annotations-coverage copied to clipboard
Ignore warnings per file, per line
Is there an ability to ignore TAE001 per file from within the file, or is this something only done in the FLAKE8 configuration? Using noqa doesn't seem to ignore the warning.
As some devs may not want to change the .flake8 config files would suggest having both options if possible.