We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60019e commit 3a06ce2Copy full SHA for 3a06ce2
setuptools/__init__.py
@@ -167,7 +167,7 @@ class Command(_Command):
167
command_consumes_arguments = False
168
distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution
169
170
- dry_run = False # pyright: ignore[reportAssignmentType] # (until #4689; see #4872)
+ dry_run = False # type: ignore[assignment] # pyright: ignore[reportAssignmentType] (until #4689; see #4872)
171
"""
172
For compatibility with vendored bdist_wheel.
173
https://github.com/pypa/setuptools/pull/4872/files#r1986395142
0 commit comments