diff --git a/.ruff.toml b/.ruff.toml index f0b61926a..4a68e9e1c 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -18,6 +18,7 @@ select = [ "COM", # flake8-commas "CPY", # missing copyright notice "D", # pydocstyle (Docstring conventions) + "DOC501", # pydoclint: raised exceptions missing from docstring "DTZ", # flake8-datetimez "E", # pycodestyle (errors) "ERA", # flake8-eradicate (commented out code)