Reserving blank lines in the generated modules. #486
Annotations
5 errors
Ruff (F401):
comtypes/tools/codegenerator/codegenerator.py#L15
comtypes\tools\codegenerator\codegenerator.py:15:70: F401 `comtypes.tools.codegenerator.typeannotator` imported but unused
|
Ruff (E713):
comtypes/tools/codegenerator/comments.py#L24
comtypes\tools\codegenerator\comments.py:24:75: E713 Test for membership should be `not in`
|
Ruff (E721):
comtypes/tools/codegenerator/heads.py#L56
comtypes\tools\codegenerator\heads.py:56:18: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
comtypes/tools/codegenerator/heads.py#L65
comtypes\tools\codegenerator\heads.py:65:18: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
auto-formatter
Process completed with exit code 1.
|