-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report explicit usages of Any
#83
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
DetachHead
force-pushed
the
partial-any
branch
5 times, most recently
from
November 14, 2024 09:53
b4eabc5
to
f11bc47
Compare
This comment has been minimized.
This comment has been minimized.
DetachHead
force-pushed
the
partial-any
branch
from
November 14, 2024 12:31
f11bc47
to
bc635fd
Compare
DetachHead
force-pushed
the
partial-any
branch
from
November 14, 2024 12:49
bc635fd
to
7fdea20
Compare
DetachHead
commented
Nov 14, 2024
@@ -1268,6 +1276,9 @@ | |||
"reportAny": { | |||
"$ref": "#/definitions/reportAny" | |||
}, | |||
"reportExplicitAny": { | |||
"$ref": "#/definitions/reportExplicitAny" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add it to the playground
This comment has been minimized.
This comment has been minimized.
DetachHead
force-pushed
the
partial-any
branch
from
November 16, 2024 01:01
9aae4e7
to
d378322
Compare
…ds compatibility
DetachHead
force-pushed
the
partial-any
branch
from
November 16, 2024 01:18
d378322
to
88de06e
Compare
Diff from mypy_primer, showing the effect of this PR on open source code: more-itertools (https://github.com/more-itertools/more-itertools)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:40:57 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:101:41 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:148:24 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:151:15 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:255:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:256:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:257:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:258:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:259:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:260:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:261:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:262:21 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:322:24 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:331:15 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:427:25 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:499:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:568:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:573:25 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:578:24 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:579:21 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:580:21 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:580:27 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:581:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:581:32 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:582:15 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:613:29 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:630:25 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:736:31 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:778:34 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:795:12 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:796:15 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/more.pyi:812:37 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/recipes.pyi:41:61 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/recipes.pyi:44:62 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/more-itertools/more_itertools/recipes.pyi:117:12 - warning: Type `Any` is not allowed (reportExplicitAny)
- 24 errors, 2707 warnings, 0 notes
+ 24 errors, 2742 warnings, 0 notes
kornia (https://github.com/kornia/kornia)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:27:58 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:80:31 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:85:25 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:85:40 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:177:35 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:178:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:179:45 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:209:85 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:212:92 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:261:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:271:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:282:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:284:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:324:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:326:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:360:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:362:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:397:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:399:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:432:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:434:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:461:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:471:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:481:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:491:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:501:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:511:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:521:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:531:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/base.py:541:35 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:72:97 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:75:105 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:98:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:103:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:108:73 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:113:77 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:118:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/base.py:123:87 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/affine.py:98:97 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/affine.py:109:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/affine.py:127:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:27:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:39:100 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:56:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:62:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:79:73 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:85:73 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:96:77 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:102:77 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:113:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:119:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:128:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:130:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:166:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:168:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:183:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:185:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:213:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:215:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:251:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:253:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/base.py:257:92 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/center_crop.py:93:97 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/center_crop.py:101:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/center_crop.py:117:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:103:81 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:133:93 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:144:97 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:151:77 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:160:73 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:169:74 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:205:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/kornia/kornia/augmentation/_2d/geometric/crop.py:239:26 - warning: Type `Any` is not allowed (reportExplicitAny)
... (truncated 526 lines) ...
psycopg (https://github.com/psycopg/psycopg)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_acompat.py:60:32 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_acompat.py:60:37 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_acompat.py:61:17 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_acompat.py:71:22 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_acompat.py:72:17 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_acompat.py:83:40 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_adapters_map.py:109:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_column.py:16:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_column.py:19:43 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_column.py:19:48 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_column.py:64:34 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_column.py:64:42 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy.py:34:33 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy.py:55:24 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy.py:97:38 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy.py:110:33 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy.py:132:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy.py:192:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy.py:243:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_async.py:31:43 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_async.py:52:29 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_async.py:94:49 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_async.py:107:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_async.py:129:45 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_async.py:191:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_async.py:242:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:77:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:164:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:199:48 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:205:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:218:48 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:229:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:262:48 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:281:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:327:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:347:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:365:61 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_copy_base.py:374:63 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_cursor_base.py:142:45 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_cursor_base.py:146:35 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:39:52 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:39:71 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:78:35 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:78:54 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:83:47 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:83:66 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:104:41 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:104:60 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:119:53 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:119:72 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:134:47 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:208:33 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_dns.py:209:20 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_encodings.py:82:40 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_pipeline.py:31:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_pipeline.py:31:28 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_pipeline.py:47:45 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_pipeline.py:192:23 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_pipeline.py:194:41 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_pipeline.py:235:28 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_pipeline.py:237:46 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_preparing.py:192:49 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_py_transformer.py:115:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_py_transformer.py:172:32 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_py_transformer.py:204:31 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_py_transformer.py:235:31 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_py_transformer.py:312:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_py_transformer.py:329:22 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_py_transformer.py:337:71 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_queries.py:116:64 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_queries.py:137:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_typeinfo.py:64:40 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_typeinfo.py:70:45 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_typeinfo.py:75:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_typeinfo.py:76:10 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/psycopg/psycopg/psycopg/_typeinfo.py:94:47 - warning: Type `Any` is not allowed (reportExplicitAny)
... (truncated 388 lines) ...
rich (https://github.com/Textualize/rich)
+ /tmp/mypy_primer/projects/rich/rich/__init__.py:39:24 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/__init__.py:39:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/__init__.py:54:15 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/__init__.py:80:11 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/__init__.py:87:33 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/__init__.py:87:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/__init__.py:121:10 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_extension.py:4:32 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:39:14 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:64:32 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:82:46 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:124:41 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:128:51 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:128:56 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:214:43 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_inspect.py:236:50 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/_win32_console.py:10:9 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:508:29 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:508:44 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:862:34 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:862:50 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:862:66 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1489:27 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1599:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1631:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1732:15 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1739:37 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1739:43 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1882:36 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/console.py:1915:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/file_proxy.py:25:41 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/json.py:34:37 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/json.py:34:43 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/json.py:56:15 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/json.py:63:37 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/json.py:63:43 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/jupyter.py:26:73 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/jupyter.py:45:19 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/jupyter.py:98:18 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/jupyter.py:98:33 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/live.py:77:35 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/pager.py:20:39 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/pretty.py:60:26 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/pretty.py:65:27 - warning: Type `Any` is not allowed (reportExplicitAny)
+ /tmp/mypy_primer/projects/rich/rich/pretty.py:65:68 - warning: Type `Any` is not allowed (reportExplicitAny)
... (truncated 5396 lines) ...``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #82