From 318d9ad1a4679832b380c77ab1a0a86684f686f2 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 1 Dec 2023 15:33:21 -0800 Subject: Switch to Google-style docstrings for readability The previous Sphinx-style docstrings could be hard to read at a glance when formatted with pydoc. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 46f1ddf..5506b20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,6 +172,9 @@ known-first-party = ["wikiget"] [tool.ruff.flake8-tidy-imports] ban-relative-imports = "all" +[tool.ruff.pydocstyle] +convention = "google" + [tool.ruff.per-file-ignores] # Tests can use magic values, assertions, and relative imports "tests/**/*" = ["PLR2004", "S101", "TID252"] -- cgit v1.2.3