We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73abbc8 commit 7f44d60Copy full SHA for 7f44d60
isort/setuptools_commands.py
@@ -16,6 +16,8 @@ class ISortCommand(setuptools.Command):
16
"""
17
18
description = "Run isort on modules registered in setuptools"
19
+ # Potentially unused variable - check if can be safely removed
20
+ user_options: list[Any] = [] # type: ignore
21
22
def initialize_options(self) -> None:
23
default_settings = vars(DEFAULT_CONFIG).copy()
0 commit comments