From 6c5485e762b98c80692f5c4d38b2af3820ee92b0 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Sat, 15 Feb 2025 12:16:28 -0500 Subject: [PATCH] Fix typo in validation.rst --- doc/validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/validation.rst b/doc/validation.rst index 68844c2b..3d2babae 100644 --- a/doc/validation.rst +++ b/doc/validation.rst @@ -184,7 +184,7 @@ inline comments: pass Note that a properly formatted :ref:`class ` docstring -silences ``G08`` for an ``__init__`` constructor without a docstring. +silences ``GL08`` for an ``__init__`` constructor without a docstring. This is supported by the :ref:`CLI `, :ref:`pre-commit hook `, and