From bd918d90a4d636b17b4cb22ec067867a6ff85777 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:02:34 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 90377b8..0db1e79 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Add the following to your `.pre-commit-config.yaml` file to block commits with m ```yaml - repo: https://github.com/stefmolin/docstringify - rev: 1.1.0 + rev: 1.1.1 hooks: - id: docstringify ``` @@ -67,7 +67,7 @@ By default, all docstrings are required. If you want to be more lenient, you can ```yaml - repo: https://github.com/stefmolin/docstringify - rev: 1.1.0 + rev: 1.1.1 hooks: - id: docstringify args: [--threshold=0.75] @@ -77,7 +77,7 @@ If you would like to see suggested docstring templates (inferred from type annot ```yaml - repo: https://github.com/stefmolin/docstringify - rev: 1.1.0 + rev: 1.1.1 hooks: - id: docstringify args: [--suggest-changes=numpydoc] @@ -87,7 +87,7 @@ Use `--make-changes` to create a copy of each file with docstring templates. Her ```yaml - repo: https://github.com/stefmolin/docstringify - rev: 1.1.0 + rev: 1.1.1 hooks: - id: docstringify args: [--make-changes=google] @@ -97,7 +97,7 @@ If you want the changes to be made in place, change `--make-changes` to `--make- ```yaml - repo: https://github.com/stefmolin/docstringify - rev: 1.1.0 + rev: 1.1.1 hooks: - id: docstringify args: [--make-changes-inplace=numpydoc]