[med-svn] [Git][python-team/packages/mypy][upstream] New upstream version 1.17.0
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat Jul 19 10:42:04 BST 2025
Michael R. Crusoe pushed to branch upstream at Debian Python Team / packages / mypy
Commits:
f4ec2c2a by Michael R. Crusoe at 2025-07-19T11:16:00+02:00
New upstream version 1.17.0
- - - - -
487 changed files:
- − .editorconfig
- − .git-blame-ignore-revs
- − .gitattributes
- − .github/ISSUE_TEMPLATE/bug.md
- − .github/ISSUE_TEMPLATE/config.yml
- − .github/ISSUE_TEMPLATE/crash.md
- − .github/ISSUE_TEMPLATE/documentation.md
- − .github/ISSUE_TEMPLATE/feature.md
- − .github/PULL_REQUEST_TEMPLATE.md
- − .github/workflows/build_wheels.yml
- − .github/workflows/docs.yml
- − .github/workflows/mypy_primer.yml
- − .github/workflows/mypy_primer_comment.yml
- − .github/workflows/sync_typeshed.yml
- − .github/workflows/test.yml
- − .github/workflows/test_stubgenc.yml
- − .gitignore
- − .pre-commit-config.yaml
- − .readthedocs.yaml
- CHANGELOG.md
- − CONTRIBUTING.md
- − CREDITS
- + PKG-INFO
- − action.yml
- docs/source/command_line.rst
- docs/source/config_file.rst
- docs/source/error_code_list2.rst
- docs/source/generics.rst
- docs/source/literal_types.rst
- docs/source/protocols.rst
- − misc/analyze_cache.py
- − misc/apply-cache-diff.py
- − misc/build-debug-python.sh
- − misc/build_wheel.py
- − misc/cherry-pick-typeshed.py
- − misc/clean-mypyc.sh
- − misc/convert-cache.py
- − misc/diff-cache.py
- − misc/docker/Dockerfile
- − misc/docker/README.md
- − misc/docker/build.py
- − misc/docker/run-wrapper.sh
- − misc/docker/run.sh
- − misc/dump-ast.py
- − misc/find_type.py
- − misc/gen_blog_post_html.py
- − misc/generate_changelog.py
- − misc/incremental_checker.py
- − misc/macs.el
- − misc/perf_checker.py
- − misc/perf_compare.py
- − misc/sync-typeshed.py
- − misc/test-stubgenc.sh
- − misc/trigger_wheel_build.sh
- − misc/typeshed_patches/0001-Partially-revert-Clean-up-argparse-hacks.patch
- − misc/typeshed_patches/0001-Remove-use-of-LiteralString-in-builtins-13743.patch
- − misc/typeshed_patches/0001-Revert-Remove-redundant-inheritances-from-Iterator.patch
- − misc/typeshed_patches/0001-Revert-sum-literal-integer-change-13961.patch
- − misc/typeshed_patches/0001-Revert-typeshed-ctypes-change.patch
- − misc/update-stubinfo.py
- − misc/upload-pypi.py
- + mypy.egg-info/PKG-INFO
- + mypy.egg-info/SOURCES.txt
- + mypy.egg-info/dependency_links.txt
- + mypy.egg-info/entry_points.txt
- + mypy.egg-info/requires.txt
- + mypy.egg-info/top_level.txt
- mypy/checker.py
- mypy/checker_shared.py
- + mypy/checker_state.py
- mypy/checkexpr.py
- mypy/checkmember.py
- mypy/config_parser.py
- mypy/constraints.py
- mypy/defaults.py
- mypy/dmypy/client.py
- mypy/errorcodes.py
- mypy/errors.py
- mypy/expandtype.py
- mypy/fastparse.py
- mypy/fixup.py
- mypy/join.py
- mypy/main.py
- mypy/meet.py
- mypy/message_registry.py
- mypy/messages.py
- mypy/modulefinder.py
- mypy/nodes.py
- mypy/options.py
- mypy/plugin.py
- mypy/plugins/dataclasses.py
- mypy/plugins/default.py
- mypy/plugins/functools.py
- mypy/reachability.py
- mypy/semanal.py
- mypy/server/astdiff.py
- mypy/server/update.py
- mypy/solve.py
- mypy/stubdoc.py
- mypy/stubgen.py
- mypy/stubgenc.py
- mypy/stubutil.py
- mypy/subtypes.py
- mypy/suggestions.py
- mypy/test/helpers.py
- mypy/test/testcheck.py
- mypy/test/testcmdline.py
- mypy/test/testmerge.py
- mypy/test/testparse.py
- mypy/test/testpythoneval.py
- mypy/test/testsemanal.py
- mypy/test/teststubtest.py
- mypy/test/testtransform.py
- mypy/test/testtypegen.py
- mypy/test/testtypes.py
- mypy/typeanal.py
- mypy/typeops.py
- mypy/types.py
- mypy/typeshed/stdlib/VERSIONS
- mypy/typeshed/stdlib/__main__.pyi
- mypy/typeshed/stdlib/_ast.pyi
- mypy/typeshed/stdlib/_asyncio.pyi
- mypy/typeshed/stdlib/_blake2.pyi
- mypy/typeshed/stdlib/_codecs.pyi
- mypy/typeshed/stdlib/_collections_abc.pyi
- mypy/typeshed/stdlib/_compression.pyi
- mypy/typeshed/stdlib/_contextvars.pyi
- mypy/typeshed/stdlib/_csv.pyi
- mypy/typeshed/stdlib/_ctypes.pyi
- mypy/typeshed/stdlib/_curses.pyi
- mypy/typeshed/stdlib/_decimal.pyi
- − mypy/typeshed/stdlib/_dummy_thread.pyi
- − mypy/typeshed/stdlib/_dummy_threading.pyi
- mypy/typeshed/stdlib/_frozen_importlib_external.pyi
- mypy/typeshed/stdlib/_hashlib.pyi
- mypy/typeshed/stdlib/_heapq.pyi
- mypy/typeshed/stdlib/_imp.pyi
- mypy/typeshed/stdlib/_io.pyi
- mypy/typeshed/stdlib/_pickle.pyi
- mypy/typeshed/stdlib/_posixsubprocess.pyi
- mypy/typeshed/stdlib/_pydecimal.pyi
- mypy/typeshed/stdlib/_queue.pyi
- mypy/typeshed/stdlib/_socket.pyi
- mypy/typeshed/stdlib/_ssl.pyi
- mypy/typeshed/stdlib/_thread.pyi
- mypy/typeshed/stdlib/_tkinter.pyi
- mypy/typeshed/stdlib/_tracemalloc.pyi
- − mypy/typeshed/stdlib/_typeshed/README.md
- mypy/typeshed/stdlib/_typeshed/__init__.pyi
- + mypy/typeshed/stdlib/_typeshed/_type_checker_internals.pyi
- mypy/typeshed/stdlib/_weakrefset.pyi
- mypy/typeshed/stdlib/aifc.pyi
- + mypy/typeshed/stdlib/annotationlib.pyi
- mypy/typeshed/stdlib/argparse.pyi
- mypy/typeshed/stdlib/array.pyi
- mypy/typeshed/stdlib/ast.pyi
- mypy/typeshed/stdlib/asyncio/__init__.pyi
- mypy/typeshed/stdlib/asyncio/base_events.pyi
- mypy/typeshed/stdlib/asyncio/events.pyi
- mypy/typeshed/stdlib/asyncio/futures.pyi
- + mypy/typeshed/stdlib/asyncio/graph.pyi
- mypy/typeshed/stdlib/asyncio/locks.pyi
- mypy/typeshed/stdlib/asyncio/queues.pyi
- mypy/typeshed/stdlib/asyncio/tasks.pyi
- mypy/typeshed/stdlib/asyncio/unix_events.pyi
- mypy/typeshed/stdlib/asyncio/windows_events.pyi
- mypy/typeshed/stdlib/base64.pyi
- mypy/typeshed/stdlib/bdb.pyi
- mypy/typeshed/stdlib/builtins.pyi
- mypy/typeshed/stdlib/bz2.pyi
- mypy/typeshed/stdlib/code.pyi
- mypy/typeshed/stdlib/codeop.pyi
- mypy/typeshed/stdlib/collections/__init__.pyi
- mypy/typeshed/stdlib/colorsys.pyi
- mypy/typeshed/stdlib/compileall.pyi
- + mypy/typeshed/stdlib/compression/__init__.pyi
- + mypy/typeshed/stdlib/compression/_common/__init__.pyi
- + mypy/typeshed/stdlib/compression/_common/_streams.pyi
- + mypy/typeshed/stdlib/compression/bz2/__init__.pyi
- + mypy/typeshed/stdlib/compression/gzip/__init__.pyi
- + mypy/typeshed/stdlib/compression/lzma/__init__.pyi
- + mypy/typeshed/stdlib/compression/zlib/__init__.pyi
- mypy/typeshed/stdlib/concurrent/futures/__init__.pyi
- mypy/typeshed/stdlib/concurrent/futures/_base.pyi
- + mypy/typeshed/stdlib/concurrent/futures/interpreter.pyi
- mypy/typeshed/stdlib/concurrent/futures/process.pyi
- mypy/typeshed/stdlib/concurrent/futures/thread.pyi
- mypy/typeshed/stdlib/configparser.pyi
- mypy/typeshed/stdlib/contextlib.pyi
- mypy/typeshed/stdlib/csv.pyi
- mypy/typeshed/stdlib/ctypes/__init__.pyi
- mypy/typeshed/stdlib/ctypes/util.pyi
- mypy/typeshed/stdlib/ctypes/wintypes.pyi
- mypy/typeshed/stdlib/curses/__init__.pyi
- mypy/typeshed/stdlib/dataclasses.pyi
- mypy/typeshed/stdlib/datetime.pyi
- mypy/typeshed/stdlib/decimal.pyi
- mypy/typeshed/stdlib/difflib.pyi
- mypy/typeshed/stdlib/dis.pyi
- mypy/typeshed/stdlib/distutils/cmd.pyi
- mypy/typeshed/stdlib/distutils/command/bdist_msi.pyi
- mypy/typeshed/stdlib/distutils/command/config.pyi
- mypy/typeshed/stdlib/distutils/command/register.pyi
- mypy/typeshed/stdlib/distutils/dist.pyi
- mypy/typeshed/stdlib/distutils/fancy_getopt.pyi
- − mypy/typeshed/stdlib/dummy_threading.pyi
- mypy/typeshed/stdlib/email/__init__.pyi
- mypy/typeshed/stdlib/email/_header_value_parser.pyi
- mypy/typeshed/stdlib/email/_policybase.pyi
- mypy/typeshed/stdlib/email/errors.pyi
- mypy/typeshed/stdlib/email/feedparser.pyi
- mypy/typeshed/stdlib/email/generator.pyi
- mypy/typeshed/stdlib/email/message.pyi
- mypy/typeshed/stdlib/email/mime/message.pyi
- mypy/typeshed/stdlib/email/mime/multipart.pyi
- mypy/typeshed/stdlib/email/mime/text.pyi
- mypy/typeshed/stdlib/email/parser.pyi
- mypy/typeshed/stdlib/email/policy.pyi
- mypy/typeshed/stdlib/email/utils.pyi
- mypy/typeshed/stdlib/encodings/__init__.pyi
- − mypy/typeshed/stdlib/encodings/mac_centeuro.pyi
- mypy/typeshed/stdlib/encodings/raw_unicode_escape.pyi
- mypy/typeshed/stdlib/encodings/unicode_escape.pyi
- mypy/typeshed/stdlib/enum.pyi
- mypy/typeshed/stdlib/errno.pyi
- mypy/typeshed/stdlib/faulthandler.pyi
- mypy/typeshed/stdlib/fcntl.pyi
- mypy/typeshed/stdlib/filecmp.pyi
- mypy/typeshed/stdlib/fileinput.pyi
- mypy/typeshed/stdlib/fnmatch.pyi
- mypy/typeshed/stdlib/fractions.pyi
- mypy/typeshed/stdlib/ftplib.pyi
- mypy/typeshed/stdlib/functools.pyi
- mypy/typeshed/stdlib/gc.pyi
- mypy/typeshed/stdlib/getpass.pyi
- mypy/typeshed/stdlib/gzip.pyi
- mypy/typeshed/stdlib/hashlib.pyi
- mypy/typeshed/stdlib/hmac.pyi
- mypy/typeshed/stdlib/http/__init__.pyi
- mypy/typeshed/stdlib/http/client.pyi
- mypy/typeshed/stdlib/http/cookies.pyi
- mypy/typeshed/stdlib/http/server.pyi
- mypy/typeshed/stdlib/imaplib.pyi
- mypy/typeshed/stdlib/importlib/abc.pyi
- mypy/typeshed/stdlib/importlib/machinery.pyi
- mypy/typeshed/stdlib/importlib/metadata/__init__.pyi
- mypy/typeshed/stdlib/importlib/resources/__init__.pyi
- mypy/typeshed/stdlib/importlib/resources/_common.pyi
- mypy/typeshed/stdlib/importlib/resources/abc.pyi
- mypy/typeshed/stdlib/importlib/util.pyi
- mypy/typeshed/stdlib/inspect.pyi
- mypy/typeshed/stdlib/io.pyi
- mypy/typeshed/stdlib/ipaddress.pyi
- mypy/typeshed/stdlib/itertools.pyi
- mypy/typeshed/stdlib/keyword.pyi
- mypy/typeshed/stdlib/linecache.pyi
- mypy/typeshed/stdlib/logging/__init__.pyi
- mypy/typeshed/stdlib/logging/handlers.pyi
- mypy/typeshed/stdlib/lzma.pyi
- mypy/typeshed/stdlib/mailbox.pyi
- mypy/typeshed/stdlib/marshal.pyi
- mypy/typeshed/stdlib/math.pyi
- mypy/typeshed/stdlib/multiprocessing/forkserver.pyi
- mypy/typeshed/stdlib/multiprocessing/managers.pyi
- mypy/typeshed/stdlib/multiprocessing/pool.pyi
- mypy/typeshed/stdlib/multiprocessing/popen_fork.pyi
- mypy/typeshed/stdlib/multiprocessing/queues.pyi
- mypy/typeshed/stdlib/multiprocessing/reduction.pyi
- mypy/typeshed/stdlib/multiprocessing/resource_tracker.pyi
- mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi
- mypy/typeshed/stdlib/multiprocessing/util.pyi
- mypy/typeshed/stdlib/nntplib.pyi
- mypy/typeshed/stdlib/nt.pyi
- mypy/typeshed/stdlib/nturl2path.pyi
- mypy/typeshed/stdlib/numbers.pyi
- mypy/typeshed/stdlib/opcode.pyi
- mypy/typeshed/stdlib/optparse.pyi
- mypy/typeshed/stdlib/os/__init__.pyi
- mypy/typeshed/stdlib/pathlib.pyi → mypy/typeshed/stdlib/pathlib/__init__.pyi
- + mypy/typeshed/stdlib/pathlib/types.pyi
- mypy/typeshed/stdlib/pdb.pyi
- mypy/typeshed/stdlib/pkgutil.pyi
- mypy/typeshed/stdlib/platform.pyi
- mypy/typeshed/stdlib/plistlib.pyi
- mypy/typeshed/stdlib/posix.pyi
- mypy/typeshed/stdlib/pstats.pyi
- mypy/typeshed/stdlib/pydoc.pyi
- mypy/typeshed/stdlib/pyexpat/errors.pyi
- mypy/typeshed/stdlib/queue.pyi
- mypy/typeshed/stdlib/random.pyi
- mypy/typeshed/stdlib/re.pyi
- mypy/typeshed/stdlib/select.pyi
- mypy/typeshed/stdlib/shutil.pyi
- mypy/typeshed/stdlib/signal.pyi
- mypy/typeshed/stdlib/smtplib.pyi
- mypy/typeshed/stdlib/socket.pyi
- mypy/typeshed/stdlib/socketserver.pyi
- mypy/typeshed/stdlib/sqlite3/__init__.pyi
- mypy/typeshed/stdlib/sre_constants.pyi
- mypy/typeshed/stdlib/ssl.pyi
- mypy/typeshed/stdlib/statistics.pyi
- mypy/typeshed/stdlib/string.pyi → mypy/typeshed/stdlib/string/__init__.pyi
- + mypy/typeshed/stdlib/string/templatelib.pyi
- mypy/typeshed/stdlib/subprocess.pyi
- mypy/typeshed/stdlib/sunau.pyi
- mypy/typeshed/stdlib/symtable.pyi
- mypy/typeshed/stdlib/sys/__init__.pyi
- mypy/typeshed/stdlib/tarfile.pyi
- mypy/typeshed/stdlib/tempfile.pyi
- mypy/typeshed/stdlib/threading.pyi
- mypy/typeshed/stdlib/time.pyi
- mypy/typeshed/stdlib/tkinter/__init__.pyi
- mypy/typeshed/stdlib/tkinter/colorchooser.pyi
- mypy/typeshed/stdlib/tkinter/commondialog.pyi
- mypy/typeshed/stdlib/tkinter/dialog.pyi
- mypy/typeshed/stdlib/tkinter/dnd.pyi
- mypy/typeshed/stdlib/tkinter/filedialog.pyi
- mypy/typeshed/stdlib/tkinter/font.pyi
- mypy/typeshed/stdlib/tkinter/messagebox.pyi
- mypy/typeshed/stdlib/tkinter/ttk.pyi
- mypy/typeshed/stdlib/token.pyi
- mypy/typeshed/stdlib/tokenize.pyi
- mypy/typeshed/stdlib/tomllib.pyi
- mypy/typeshed/stdlib/trace.pyi
- mypy/typeshed/stdlib/traceback.pyi
- mypy/typeshed/stdlib/tracemalloc.pyi
- mypy/typeshed/stdlib/turtle.pyi
- mypy/typeshed/stdlib/types.pyi
- mypy/typeshed/stdlib/typing.pyi
- mypy/typeshed/stdlib/typing_extensions.pyi
- mypy/typeshed/stdlib/unittest/async_case.pyi
- mypy/typeshed/stdlib/unittest/case.pyi
- mypy/typeshed/stdlib/unittest/mock.pyi
- mypy/typeshed/stdlib/urllib/parse.pyi
- mypy/typeshed/stdlib/urllib/request.pyi
- mypy/typeshed/stdlib/urllib/response.pyi
- mypy/typeshed/stdlib/uuid.pyi
- mypy/typeshed/stdlib/venv/__init__.pyi
- mypy/typeshed/stdlib/wave.pyi
- mypy/typeshed/stdlib/weakref.pyi
- mypy/typeshed/stdlib/winsound.pyi
- mypy/typeshed/stdlib/xml/dom/minidom.pyi
- mypy/typeshed/stdlib/xml/etree/ElementInclude.pyi
- mypy/typeshed/stdlib/xml/etree/ElementTree.pyi
- mypy/typeshed/stdlib/xml/sax/__init__.pyi
- mypy/typeshed/stdlib/xml/sax/expatreader.pyi
- mypy/typeshed/stdlib/zipfile/__init__.pyi
- mypy/typeshed/stdlib/zipimport.pyi
- mypy/typeshed/stdlib/zoneinfo/__init__.pyi
- − mypy/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt
- − mypy/typeshed/stubs/mypy-extensions/METADATA.toml
- mypy/util.py
- mypy/version.py
- − mypyc/.readthedocs.yaml
- mypyc/build.py
- mypyc/codegen/emitclass.py
- mypyc/codegen/emitfunc.py
- mypyc/codegen/emitmodule.py
- mypyc/codegen/emitwrapper.py
- mypyc/common.py
- mypyc/ir/func_ir.py
- mypyc/ir/ops.py
- mypyc/ir/pprint.py
- mypyc/irbuild/builder.py
- mypyc/irbuild/callable_class.py
- mypyc/irbuild/classdef.py
- mypyc/irbuild/context.py
- mypyc/irbuild/env_class.py
- mypyc/irbuild/function.py
- mypyc/irbuild/generator.py
- mypyc/irbuild/prepare.py
- mypyc/irbuild/statement.py
- mypyc/lib-rt/mypyc_util.h
- mypyc/namegen.py
- mypyc/options.py
- mypyc/test-data/commandline.test
- mypyc/test-data/fixtures/typing-full.pyi
- mypyc/test-data/irbuild-classes.test
- mypyc/test-data/run-async.test
- mypyc/test-data/run-classes.test
- mypyc/test-data/run-functions.test
- mypyc/test-data/run-misc.test
- mypyc/test/test_namegen.py
- mypyc/test/test_run.py
- mypyc/test/testutil.py
- mypyc/transform/spill.py
- pyproject.toml
- + setup.cfg
- test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/__init__.pyi
- test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/demo.pyi
- test-data/unit/check-abstract.test
- test-data/unit/check-annotated.test
- test-data/unit/check-async-await.test
- test-data/unit/check-basic.test
- test-data/unit/check-class-namedtuple.test
- test-data/unit/check-classes.test
- test-data/unit/check-columns.test
- test-data/unit/check-ctypes.test
- test-data/unit/check-custom-plugin.test
- test-data/unit/check-dataclass-transform.test
- test-data/unit/check-dataclasses.test
- test-data/unit/check-deprecated.test
- test-data/unit/check-dynamic-typing.test
- test-data/unit/check-enum.test
- test-data/unit/check-errorcodes.test
- test-data/unit/check-expressions.test
- test-data/unit/check-fastparse.test
- test-data/unit/check-final.test
- test-data/unit/check-flags.test
- test-data/unit/check-formatting.test
- test-data/unit/check-functions.test
- test-data/unit/check-functools.test
- test-data/unit/check-generic-alias.test
- test-data/unit/check-generic-subtyping.test
- test-data/unit/check-generics.test
- test-data/unit/check-ignore.test
- test-data/unit/check-incremental.test
- test-data/unit/check-inference-context.test
- test-data/unit/check-inference.test
- test-data/unit/check-inline-config.test
- test-data/unit/check-isinstance.test
- test-data/unit/check-kwargs.test
- test-data/unit/check-lists.test
- test-data/unit/check-literal.test
- test-data/unit/check-lowercase.test
- test-data/unit/check-modules.test
- test-data/unit/check-namedtuple.test
- test-data/unit/check-narrowing.test
- test-data/unit/check-newsemanal.test
- test-data/unit/check-newsyntax.test
- test-data/unit/check-newtype.test
- test-data/unit/check-optional.test
- test-data/unit/check-overloading.test
- test-data/unit/check-parameter-specification.test
- test-data/unit/check-plugin-attrs.test
- test-data/unit/check-protocols.test
- test-data/unit/check-python310.test
- test-data/unit/check-python311.test
- test-data/unit/check-python312.test
- test-data/unit/check-python313.test
- test-data/unit/check-python38.test
- test-data/unit/check-python39.test
- test-data/unit/check-recursive-types.test
- test-data/unit/check-redefine.test
- test-data/unit/check-redefine2.test
- test-data/unit/check-selftype.test
- test-data/unit/check-serialize.test
- test-data/unit/check-statements.test
- test-data/unit/check-tuples.test
- test-data/unit/check-type-aliases.test
- test-data/unit/check-type-object-type-inference.test
- test-data/unit/check-typeddict.test
- test-data/unit/check-typeguard.test
- test-data/unit/check-typeis.test
- test-data/unit/check-typevar-defaults.test
- test-data/unit/check-typevar-tuple.test
- test-data/unit/check-typevar-values.test
- test-data/unit/check-union-error-syntax.test
- test-data/unit/check-union-or-syntax.test
- test-data/unit/check-unions.test
- test-data/unit/check-unreachable-code.test
- test-data/unit/check-varargs.test
- test-data/unit/check-warnings.test
- test-data/unit/cmdline.test
- test-data/unit/daemon.test
- test-data/unit/fine-grained-blockers.test
- test-data/unit/fine-grained-dataclass-transform.test
- test-data/unit/fine-grained-inspect.test
- test-data/unit/fine-grained-python312.test
- test-data/unit/fine-grained-suggest.test
- test-data/unit/fine-grained.test
- test-data/unit/fixtures/exception.pyi
- test-data/unit/fixtures/ops.pyi
- test-data/unit/merge.test
- test-data/unit/parse-errors.test
- test-data/unit/parse.test
- test-data/unit/pythoneval.test
- test-data/unit/semanal-classes.test
- test-data/unit/semanal-errors.test
- test-data/unit/semanal-namedtuple.test
- test-data/unit/semanal-statements.test
- test-data/unit/semanal-typealiases.test
- test-data/unit/semanal-types.test
- test-data/unit/stubgen.test
- test-data/unit/typexport-basic.test
- test-requirements.txt
- tox.ini
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/f4ec2c2a007eee4dc58e985d58d83125830043d6
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/f4ec2c2a007eee4dc58e985d58d83125830043d6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250719/35c416c6/attachment-0001.htm>
More information about the debian-med-commit
mailing list