mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Use __future__ imports in scripts (#5301)
This commit is contained in:
@@ -8,6 +8,7 @@ Example usage:
|
||||
--url https://pypi.org/project/flake8-pie/
|
||||
--prefix PIE
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user