From 488d3973ab0990a9e749faed515d65d2ed9d003c Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:56:51 -0700 Subject: [PATCH] ruff.toml: enforce D211 rule --- ruff.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruff.toml b/ruff.toml index 9e151c03..a3e4fff4 100644 --- a/ruff.toml +++ b/ruff.toml @@ -66,8 +66,6 @@ ignore = [ "D400", # Ignore punctuation "D415", - # Ignore 'No blank lines allowed before class docstring' - "D211", # Ignore '1 blank line required before class docstring' "D203", # Ignore 'Multi-line docstring summary should start at the second line'