Skip to content
* When adding an attachment of a file of an indeterminable mime type, according to the ``mimetypes`` library, an exception is raised.
    * Future work to support this case is possible. Please get in contact if you need the behaviour to handle indeterminable mime filet types. (ref https://gitlab.cern.ch/scripting-tools/pylogbook/-/merge_requests/44#note_6323954)
 * The package is now marked as typed, enabling an improved experience when type-checking your own code against pylogbook. Thanks to @nmadysa for his contribution (!44).
 * The package has been updated to conform to modern coding standards, ensuring a more consistent style. This is checked systematically with pre-commit (!46).
 * Use the Acc-Py v2 gitlab templates