mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:39:12 +00:00
Doc/CLN: pass pre-commit (#3604)
This commit is contained in:
parent
3a65af4dae
commit
b08326162b
3 changed files with 13 additions and 15 deletions
|
@ -3,15 +3,11 @@ import argparse
|
|||
import re
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from typing import NamedTuple
|
||||
|
||||
import yaml
|
||||
|
||||
if sys.version_info < (3, 9):
|
||||
raise RuntimeError("You need at least python 3.9 to run this script")
|
||||
|
||||
|
||||
class Section(NamedTuple):
|
||||
"""A section to include in the MkDocs documentation."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue