We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeba6e commit 81b2a5bCopy full SHA for 81b2a5b
pymatgen/io/validation/validation.py
@@ -77,6 +77,14 @@ class ValidationDoc(EmmetBaseModel):
77
# )
78
79
def model_post_init(self, context: Any) -> None:
80
+ """
81
+ Optionally check whether package versions are up to date with PyPI.
82
+
83
+ Parameters
84
+ -----------
85
+ context : .Any
86
+ Has no effect at present, kept to retain structure of pydantic .BaseModel
87
88
if self.check_package_versions:
89
from check_package_versions import package_version_check
90
0 commit comments