mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-09 18:02:19 +00:00
Use __future__
imports in scripts (#5301)
This commit is contained in:
parent
eaa10ad2d9
commit
f9f0cf7524
11 changed files with 25 additions and 4 deletions
|
@ -4,6 +4,8 @@ By default, we assume that our README.md will be rendered on GitHub. However, di
|
|||
targets have different strategies for rendering light- and dark-mode images. This script
|
||||
adjusts the images in the README.md to support the given target.
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
from pathlib import Path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue