We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dry_run = False
1 parent 60c1b37 commit bfb58acCopy full SHA for bfb58ac
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
+ dry_run = False # 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