diff --git a/pyproject.toml b/pyproject.toml index e10803d..0b91217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,12 +154,10 @@ max-args = 6 [tool.ruff.lint.extend-per-file-ignores] "test/**.py" = [ - "D", # pydocstyle + "D", # pydocstyle ] "docs/**/*" = [ "E402", # module level import not at top of file -] -"docs/conf.py" = [ "D", # pydocstyle ]