From 419762943ee8073ab0be83683855523fd36f1c34 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 25 Jul 2024 21:11:18 +0100 Subject: Ignore DOC501 & DOC502 These lint rules currently cannot recognise errors that are present in the docstring, but are formated for sphinx. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 37e7bff7..071e71f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,7 @@ ignore = [ "COM812", "CPY001", "D100", "D104", "D105", "D107", "D203", "D212", "D214", "D215", "D301", + "DOC501", "DOC502", "D400", "D401", "D402", "D404", "D405", "D406", "D407", "D408", "D409", "D410", "D411", "D412", "D413", "D414", "D416", "D417", "E731", "EM101", "EM102", -- cgit v1.2.3