Skip to content

Commit 0ac9dba

Browse files
committed
Ignore pyright check for dry_run = False.
1 parent 60c1b37 commit 0ac9dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setuptools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Command(_Command):
167167
command_consumes_arguments = False
168168
distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution
169169

170-
dry_run = False
170+
dry_run = False # pyright: ignore[reportAssignmentType] # (until #4689; see #4872)
171171
"""
172172
For compatibility with vendored bdist_wheel.
173173
https://github.com/pypa/setuptools/pull/4872/files#r1986395142

0 commit comments

Comments
 (0)