# Changelog: * Telltale: add check_entrypoint() to easily implement Icinga checker script * Fix some pylint warnings * pre-commit: bump to isort 5.11.5 * Config: add stuff to handle just-try mode in ConfigurableObject class * LdapClient.get_changes(): properly handle attributes with empty value * ldap.LdapServer: add format_modify_modlist() and factorize format_changes() & update_need() * Re-ordering pre-commits hooks to run those who change the code first * Intruce bandit pre-commit checks * Email: add support for CC & BCC recipients * Email: add possibility to specify more than one recipient * Email: fix handling templates_path default value * ConfigurableObject: add set_default() / set_defaults() methods * Email: add possibility to easily load templates from a directory * Config: add set_default() / set_defaults() methods * LdapClient.update_object(): add relax parameter