Support PEP 639 #124
Merged
Support PEP 639 #124
Annotations
10 warnings
|
Type check:
openff/pablo/_utils.py#L407
Return type of lambda is unknown (reportUnknownLambdaType)
|
|
Type check:
openff/pablo/_utils.py#L407
Type of "useDefaultAtomPalette" is unknown (reportUnknownMemberType)
|
|
Type check:
openff/pablo/_utils.py#L407
Type of parameter "draw_options" is unknown (reportUnknownLambdaType)
|
|
Type check:
openff/pablo/_utils.py#L407
Type of "set_atom_palette" is partially unknown
Type of "set_atom_palette" is "(draw_options: Unknown) -> Unknown" (reportUnknownVariableType)
|
|
Type check:
openff/pablo/_utils.py#L398
Argument type is partially unknown
Argument corresponds to parameter "pklString" in function "__init__"
Argument type is "Mol | Unknown" (reportUnknownArgumentType)
|
|
Type check:
openff/pablo/_utils.py#L398
Type of "to_rdkit" is partially unknown
Type of "to_rdkit" is "((aromaticity_model: str = DEFAULT_AROMATICITY_MODEL, toolkit_registry: ToolkitRegistry = GLOBAL_TOOLKIT_REGISTRY) -> Mol) | Unknown" (reportUnknownMemberType)
|
|
Type check:
openff/pablo/_tests/test_pdb_files_against_property.py#L771
Type of "is_isomorphic_with" is partially unknown
Type of "is_isomorphic_with" is "((other: FrozenMolecule | _SimpleMolecule | Graph[int], aromatic_matching: bool = True, formal_charge_matching: bool = True, bond_order_matching: bool = True, atom_stereochemistry_matching: bool = True, bond_stereochemistry_matching: bool = True, strip_pyrimidal_n_atom_stereo: bool = True, toolkit_registry: ToolkitRegistry | ToolkitWrapper = GLOBAL_TOOLKIT_REGISTRY, **kwargs: dict[str, Any]) -> bool) | ((other: FrozenMolecule | _SimpleMolecule | Graph[Unknown], **kwargs: Unknown) -> bool)" (reportUnknownMemberType)
|
|
Type check:
openff/pablo/_tests/test_pdb_files_against_property.py#L770
Type of "is_isomorphic_with" is partially unknown
Type of "is_isomorphic_with" is "((other: FrozenMolecule | _SimpleMolecule | Graph[int], aromatic_matching: bool = True, formal_charge_matching: bool = True, bond_order_matching: bool = True, atom_stereochemistry_matching: bool = True, bond_stereochemistry_matching: bool = True, strip_pyrimidal_n_atom_stereo: bool = True, toolkit_registry: ToolkitRegistry | ToolkitWrapper = GLOBAL_TOOLKIT_REGISTRY, **kwargs: dict[str, Any]) -> bool) | ((other: FrozenMolecule | _SimpleMolecule | Graph[Unknown], **kwargs: Unknown) -> bool)" (reportUnknownMemberType)
|
|
Type check:
openff/pablo/_tests/test_pdb_files_against_property.py#L769
Type of "is_isomorphic_with" is partially unknown
Type of "is_isomorphic_with" is "((other: FrozenMolecule | _SimpleMolecule | Graph[int], aromatic_matching: bool = True, formal_charge_matching: bool = True, bond_order_matching: bool = True, atom_stereochemistry_matching: bool = True, bond_stereochemistry_matching: bool = True, strip_pyrimidal_n_atom_stereo: bool = True, toolkit_registry: ToolkitRegistry | ToolkitWrapper = GLOBAL_TOOLKIT_REGISTRY, **kwargs: dict[str, Any]) -> bool) | ((other: FrozenMolecule | _SimpleMolecule | Graph[Unknown], **kwargs: Unknown) -> bool)" (reportUnknownMemberType)
|
|
Type check:
openff/pablo/_tests/test_pdb_files_against_property.py#L619
Type of "is_isomorphic_with" is partially unknown
Type of "is_isomorphic_with" is "((other: FrozenMolecule | _SimpleMolecule | Graph[int], aromatic_matching: bool = True, formal_charge_matching: bool = True, bond_order_matching: bool = True, atom_stereochemistry_matching: bool = True, bond_stereochemistry_matching: bool = True, strip_pyrimidal_n_atom_stereo: bool = True, toolkit_registry: ToolkitRegistry | ToolkitWrapper = GLOBAL_TOOLKIT_REGISTRY, **kwargs: dict[str, Any]) -> bool) | ((other: FrozenMolecule | _SimpleMolecule | Graph[Unknown], **kwargs: Unknown) -> bool)" (reportUnknownMemberType)
|
Loading