Doc/CLN: pass pre-commit (#3604)

This commit is contained in:
Zhengbo Wang 2023-03-20 03:20:11 +08:00 committed by GitHub
parent 3a65af4dae
commit b08326162b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 15 deletions

View file

@ -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."""