mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
chore: set up ruff as a new linter/formatter (#28158)
This commit is contained in:
committed by
GitHub
parent
e8a678b75a
commit
2d63722150
@@ -32,6 +32,7 @@ Example:
|
||||
# cancel all jobs of a PR, including the latest runs
|
||||
./cancel_github_workflows.py 1024 --include-last
|
||||
"""
|
||||
|
||||
import os
|
||||
from collections.abc import Iterable, Iterator
|
||||
from typing import Any, Literal, Optional, Union
|
||||
|
||||
Reference in New Issue
Block a user