diff --git a/pyproject.toml b/pyproject.toml index 7ab9cd2c17669..b8531a73698cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -259,7 +259,9 @@ select = [ # flake8-slots "SLOT", # flake8-raise - "RSE" + "RSE", + # flake8-rst-docstrings + "RST" ] ignore = [