Currently, we are avoiding some MyPy errors by ignoring override errors:
https://github.com/capitalone/DataProfiler/blob/main/setup.cfg#L18
Need to address / understand how to address this issue so we can remove the flag.
This is related to LSP. https://en.wikipedia.org/wiki/Liskov_substitution_principle
Currently, we are avoiding some MyPy errors by ignoring override errors:
https://github.com/capitalone/DataProfiler/blob/main/setup.cfg#L18
Need to address / understand how to address this issue so we can remove the flag.
This is related to LSP. https://en.wikipedia.org/wiki/Liskov_substitution_principle