Skip to content

Commit

Permalink
Return user_options
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jan 27, 2025
1 parent 73abbc8 commit 16bb0e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions isort/setuptools_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class ISortCommand(setuptools.Command):
"""

description = "Run isort on modules registered in setuptools"
# Potentially unused variable - check if can be safely removed
user_options: list[Any] = [] # type: ignore[misc]

def initialize_options(self) -> None:
default_settings = vars(DEFAULT_CONFIG).copy()
Expand Down

0 comments on commit 16bb0e2

Please sign in to comment.