diff --git a/pyproject.toml b/pyproject.toml index 63add59b..638468f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ profile = "black" line-length = 120 ignore = [ "E501", # line-too-long + "D100", # Missing docstring in public module "D105", # undocumented-magic-method ] # On top of the defaults (E, F), enable pydocstyle (D) and isort (I).