mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-09 18:02:19 +00:00
Remove rule tables from README
This commit is contained in:
parent
bf8108469f
commit
8195873cdf
5 changed files with 11 additions and 835 deletions
|
@ -61,6 +61,9 @@ def main() -> None:
|
|||
|
||||
f.write(block[0])
|
||||
|
||||
if filename == "rules.md":
|
||||
f.write(subprocess.check_output(["cargo", "dev", "generate-rules-table"], encoding="utf-8"))
|
||||
|
||||
# Copy the CONTRIBUTING.md.
|
||||
shutil.copy("CONTRIBUTING.md", "docs/contributing.md")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue