diff --git a/scripts/check_docs_formatted.py b/scripts/check_docs_formatted.py index 2b55a83127..f08723eb5b 100755 --- a/scripts/check_docs_formatted.py +++ b/scripts/check_docs_formatted.py @@ -60,6 +60,7 @@ KNOWN_FORMATTING_VIOLATIONS = [ "one-blank-line-after-class", "over-indentation", "over-indented", + "pass-statement-stub-body", "prohibited-trailing-comma", "shebang-leading-whitespace", "surrounding-whitespace",