From 6e381f5d612aaa19e48b9b6078808fbeb2e824c6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:26:20 +0000 Subject: [PATCH 1/2] Update instance repo from cookiecutter template --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c47718..25bce4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ ignore = [ "D107", # Errors from function calls in argument defaults. These are fine when the result is immutable. "B008", - # __magic__ methods are are often self-explanatory, allow missing docstrings + # __magic__ methods are often self-explanatory, allow missing docstrings "D105", # first line should end with a period [Bug: doesn't work with single-line docstrings] "D400", From 5194d60fea34df0526035d6933ac93e6adeda8f6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:58:48 +0000 Subject: [PATCH 2/2] Update instance repo from cookiecutter template --- docs/template_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/template_usage.md b/docs/template_usage.md index 8505763..c0ca57e 100644 --- a/docs/template_usage.md +++ b/docs/template_usage.md @@ -308,7 +308,7 @@ You can find a long list of checks that this template disables by default sittin ```toml ignore = [ # ... - # __magic__ methods are are often self-explanatory, allow missing docstrings + # __magic__ methods are often self-explanatory, allow missing docstrings "D105", # ... ]