File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/env python
22import dataclasses
33import os
4+ from collections .abc import Generator , Iterable
45from textwrap import dedent
56from typing import Any
6- from collections .abc import Generator , Iterable
77
88from isort .main import _build_arg_parser
99from isort .settings import _DEFAULT_SETTINGS as config
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ set -euxo pipefail
33
44uv run isort --profile hug isort/ tests/ scripts/
55uv run isort --profile hug example_* /
6- uv run black isort/ tests/ scripts/
7- uv run black example_* /
6+ uv run ruff format
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependency_groups =
5555commands =
5656 cruft check
5757 mypy -p isort -p tests
58- isort --profile hug --check --diff isort/ tests/
58+ isort --profile hug --check --diff isort/ tests/ scripts/
5959 isort --profile hug --check --diff example_isort_formatting_plugin/
6060 isort --profile hug --check --diff example_isort_sorting_plugin/
6161 isort --profile hug --check --diff example_shared_isort_profile/
You can’t perform that action at this time.
0 commit comments