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 0ac9dbaCopy full SHA for 0ac9dba
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