[ty] Improve diagnostics when NotImplemented is called by AlexWaygood · Pull Request #21523 · astral-sh/ruff (original) (raw)
pywin32 (https://github.com/mhammond/pywin32)
- com/win32com/demos/excelRTDServer.py:239:15: error[call-non-callable] Object of type
NotImplementedTypeis not callable
- com/win32com/demos/excelRTDServer.py:239:15: error[call-non-callable]
NotImplementedis not callable - did you meanNotImplementedError?
- com/win32com/demos/excelRTDServer.py:278:15: error[call-non-callable] Object of type
NotImplementedTypeis not callable
- com/win32com/demos/excelRTDServer.py:278:15: error[call-non-callable]
NotImplementedis not callable - did you meanNotImplementedError?