diff --git a/helpdesk/pyproject.toml b/helpdesk/pyproject.toml index 9e83300..85b3ead 100644 --- a/helpdesk/pyproject.toml +++ b/helpdesk/pyproject.toml @@ -46,6 +46,7 @@ ignore = [ "ANN401", # Dynamically typed expressions (typing.Any) are disallowed "B009", # Do not call `getattr` with a constant attribute value. "S101", # S101 Use of `assert` detected + "N999", # N999 Invalid module name ] -line-length = 120 \ No newline at end of file +line-length = 120