Added pre-commit

This commit is contained in:
2025-04-14 18:28:02 +02:00
parent 4bd7f9d411
commit eaadf02220
4 changed files with 70 additions and 3 deletions

View File

@@ -1661,7 +1661,6 @@ whoopingcrane
widgeon
widowspider
wildcat
wildebeast
wildebeest
willet
wireworm

View File

@@ -13,9 +13,9 @@ pub enum LdapError {
Ldap(#[from] ldap3::LdapError),
#[error("Key error: {0}")]
FailedToParseKey(#[from] russh::Error),
#[error("Mising environment variable: {0}")]
#[error("Missing environment variable: {0}")]
MissingEnvironmentVariable(&'static str),
#[error("Mising environment variable: {0}")]
#[error("Could not read password file: {0}")]
CouldNotReadPasswordFile(#[from] std::io::Error),
}