diff --git a/pyproject.toml b/pyproject.toml index d63fc50..8a23a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,8 +81,6 @@ ignore = [ "D404", # TODO: first word of the docstring should not be This "ANN401", # Allow typing.Any - necessary for a library handling arbitrary types ] -ignore-init-module-imports = true - [tool.ruff.lint.flake8-annotations] allow-star-arg-any = true