mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-23 11:54:39 +00:00
Add an Acknowledgements section to the README (#2907)
This commit is contained in:
parent
3ef1c2e303
commit
298498e934
2 changed files with 26 additions and 0 deletions
|
@ -14,6 +14,7 @@ SECTIONS: list[tuple[str, str]] = [
|
|||
("Settings", "settings.md"),
|
||||
("Editor Integrations", "editor-integrations.md"),
|
||||
("FAQ", "faq.md"),
|
||||
("Acknowledgements", "acknowledgements.md"),
|
||||
]
|
||||
|
||||
DOCUMENTATION_LINK: str = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue