diff --git a/pyproject.toml b/pyproject.toml index c65802d..99bc52a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,11 +154,13 @@ 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 - "D", # pydocstyle +] +"docs/conf.py" = [ + "D", # pydocstyle ] [tool.ruff.lint.flake8-copyright]