Skip to content

Commit 4197629

Browse files
committed
Ignore DOC501 & DOC502
These lint rules currently cannot recognise errors that are present in the docstring, but are formated for sphinx.
1 parent 090e737 commit 4197629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ ignore = [
9494
"COM812",
9595
"CPY001",
9696
"D100", "D104", "D105", "D107", "D203", "D212", "D214", "D215", "D301",
97+
"DOC501", "DOC502",
9798
"D400", "D401", "D402", "D404", "D405", "D406", "D407", "D408", "D409", "D410", "D411", "D412", "D413", "D414", "D416", "D417",
9899
"E731",
99100
"EM101", "EM102",

0 commit comments

Comments
 (0)