Add documentation to flake8-executable rules (#5063)

## Summary

Completes the documentation for the `flake8-executable` rules.

Related to #2646.

## Test Plan

`python scripts/check_docs_formatted.py`
This commit is contained in:
Tom Kuson 2023-06-14 02:31:06 +01:00 committed by GitHub
parent 0daeea1f42
commit 4d9b0b925d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 113 additions and 0 deletions

View file

@ -44,6 +44,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
"no-space-after-inline-comment",
"over-indented",
"prohibited-trailing-comma",
"shebang-leading-whitespace",
"too-few-spaces-before-inline-comment",
"trailing-comma-on-bare-tuple",
"unexpected-indentation-comment",