mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
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:
parent
0daeea1f42
commit
4d9b0b925d
6 changed files with 113 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue