diff options
author | 2024-07-25 21:11:18 +0100 | |
---|---|---|
committer | 2024-07-25 21:11:18 +0100 | |
commit | 419762943ee8073ab0be83683855523fd36f1c34 (patch) | |
tree | 2d8c9372b1e8710e10aec0754292e8a97adfa893 | |
parent | Bump dependencies to latest (diff) |
Ignore DOC501 & DOC502
These lint rules currently cannot recognise errors that are present in the docstring, but are formated for sphinx.
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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", |