diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-16 20:01:15 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-16 20:01:15 -0500 |
| commit | b59304b99037431913781a3506998533618598ef (patch) | |
| tree | 50295fb7b0ac60e0e8c3aba1eb99ac478a5f3bba /doc | |
| parent | 1762c40490182fc511b71f5044f7252e2937162b (diff) | |
| download | sqlalchemy-fix_mypy.tar.gz | |
fixes for mypy, error in stubsfix_mypy
There's a critical mistake in the stubs that we may want to fix.
Or we might just keep it that way as this is all obsolete
anyway. not sure yet.
Change-Id: I380a1dc177de571b94a176e0f5e5b5d8d4ea2453
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_14/mypy_fix.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/mypy_fix.rst b/doc/build/changelog/unreleased_14/mypy_fix.rst new file mode 100644 index 000000000..9f6d1bcdd --- /dev/null +++ b/doc/build/changelog/unreleased_14/mypy_fix.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, mypy + + Fixed some issues in the mypy plugin that would otherwise fail + with some fixes that are occurring in sqlalchemy2-stubs concurrently. + |
