sometimes the python linter i use (either pylint or mypy) highlight things that aren't an issue.
id like to know if it is possible to ignore this specific highlight. i just want to remove the highlight on specific places is it possible ?
(im not asking to completely remove the linter, just remove the highlight at some places that's all)