-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore(dependencies): update dependency mypy to v1 #158
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #158 +/- ##
=======================================
Coverage 97.95% 97.95%
=======================================
Files 5 5
Lines 147 147
=======================================
Hits 144 144
Misses 3 3 ☔ View full report in Codecov by Sentry. |
f90757e
to
82c37ea
Compare
e2503fb
to
30f48d2
Compare
30f48d2
to
b701bd7
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: poetry.lock
|
0dcdb96
to
f956f4f
Compare
a1f0063
to
659b8db
Compare
659b8db
to
b51264d
Compare
b51264d
to
b52b607
Compare
b52b607
to
e0b8da3
Compare
e0b8da3
to
5a2cf2b
Compare
5a2cf2b
to
a6ef3d8
Compare
a6ef3d8
to
4f974aa
Compare
4f974aa
to
cdf910f
Compare
cdf910f
to
d89c6a0
Compare
|
d89c6a0
to
d78b2a2
Compare
d78b2a2
to
fcf76f7
Compare
fcf76f7
to
96d8f48
Compare
7317dc3
to
f85775d
Compare
f85775d
to
7e9aaa0
Compare
7e9aaa0
to
825173e
Compare
825173e
to
8f1cf18
Compare
This PR contains the following updates:
^0.931
->^1.14.1
Release Notes
python/mypy (mypy)
v1.14.1
Compare Source
v1.14.0
Compare Source
v1.13.0
Compare Source
v1.12.1
Compare Source
os.path
stubs affecting use ofos.PathLike[Any]
(Shantanu, PR 17995)v1.12.0
Compare Source
v1.11.2
Compare Source
TypedDict
item types before storing (Ivan Levkivskyi, PR 17640)v1.11.1
Compare Source
RawExpressionType.accept
crash with--cache-fine-grained
(Anders Kaseorg, PR 17588)typing.TypeAliasType
being undefined on python < 3.12 (Nikita Sobolev, PR 17558)types.GenericAlias
lookup crash (Shantanu, PR 17543)v1.11.0
Compare Source
v1.10.1
Compare Source
v1.10.0
Compare Source
v1.9.0
Compare Source
v1.8.0
Compare Source
v1.7.1
Compare Source
v1.7.0
Compare Source
v1.6.1
Compare Source
v1.6.0
Compare Source
v1.5.1
Compare Source
v1.5.0
Compare Source
v1.4.1
Compare Source
v1.4.0
Compare Source
v1.3.0
Compare Source
v1.2.0
Compare Source
v1.1.1
Compare Source
Monday, 6 March 2023
We’ve just uploaded mypy 1.1.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:
You can read the full documentation for this release on Read the Docs.
Support for `dataclass_transform``
This release adds full support for the dataclass_transform decorator defined in PEP 681. This allows decorators, base classes, and metaclasses that generate a __init__ method or other methods based on the properties of that class (similar to dataclasses) to have those methods recognized by mypy.
This was contributed by Wesley Collin Wright.
Dedicated Error Code for Method Assignments
Mypy can’t safely check all assignments to methods (a form of monkey patching), so mypy generates an error by default. To make it easier to ignore this error, mypy now uses the new error code method-assign for this. By disabling this error code in a file or globally, mypy will no longer complain about assignments to methods if the signatures are compatible.
Mypy also supports the old error code assignment for these assignments to prevent a backward compatibility break. More generally, we can use this mechanism in the future if we wish to split or rename another existing error code without causing backward compatibility issues.
This was contributed by Ivan Levkivskyi (PR 14570).
Fixes to Crashes
Fixes to Cache Corruption
Mypyc Fixes and Improvements
Fixes to Detecting Undefined Names (used-before-def)
Stubgen Improvements
Stubgen is a tool for automatically generating draft stubs for libraries.
Stubtest Improvements
Stubtest is a tool for testing that stubs conform to the implementations.
Changes to Error Reporting and Messages
typing_extensions
if definition is not in typing (Shantanu, PR 14591)Other Fixes and Improvements
Typeshed Updates
Typeshed is now modular and distributed as separate PyPI packages for everything except the standard library stubs. Please see git log for full list of typeshed changes.
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
We’d also like to thank our employer, Dropbox, for funding the mypy core team.
Posted by Max Murin
v1.0.1
Compare Source
v1.0.0
Compare Source
v0.991
Compare Source
v0.990
Compare Source
v0.982
Compare Source
v0.981
Compare Source
v0.971
Compare Source
v0.961
Compare Source
v0.960
Compare Source
v0.950
Compare Source
v0.942
Compare Source
v0.941
Compare Source
v0.940
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.