From dc5641c456b45b9cb0ab4448389d3b6529f864ba Mon Sep 17 00:00:00 2001 From: josidd <joseph.siddons@noc.ac.uk> Date: Wed, 26 Feb 2025 08:05:37 +0000 Subject: [PATCH] chore: ignore missing docstring in magic method --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2477ea6..594fc8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,8 @@ extend-select = [ ignore = [ "D205", # blank-line-after-summary "D400", # ends-in-period - "D401" # non-imperative-mood + "D401", # non-imperative-mood + "D105" # missing docstring in magic method ] preview = true select = [ -- GitLab