Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/build_config_option_docs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /bin/env python
import dataclasses
import os
from collections.abc import Generator, Iterable
from textwrap import dedent
from typing import Any
from collections.abc import Generator, Iterable

from isort.main import _build_arg_parser
from isort.settings import _DEFAULT_SETTINGS as config
Expand Down
4 changes: 2 additions & 2 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -euxo pipefail

uv run isort --profile hug isort/ tests/ scripts/
uv run isort --profile hug example_*/
uv run black isort/ tests/ scripts/
uv run black example_*/
uv run ruff format isort/ tests/ scripts/
uv run ruff format example_*/