We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73abbc8 commit 16bb0e2Copy full SHA for 16bb0e2
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[misc]
21
22
def initialize_options(self) -> None:
23
default_settings = vars(DEFAULT_CONFIG).copy()
0 commit comments