[pre-commit.ci] pre-commit autoupdate - #28003
Merged
Merged
Conversation
updates: - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/adrienverge/yamllint: v1.29.0 → v1.35.1](adrienverge/yamllint@v1.29.0...v1.35.1) - [github.com/python-jsonschema/check-jsonschema: 0.28.0 → 0.28.1](python-jsonschema/check-jsonschema@0.28.0...0.28.1)
Member
|
Below are all changelogs: Mypy 1.8We’ve just uploaded mypy 1.8 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. Type-checking Improvements
Performance Improvements
Improvements to Error Reporting
Stubgen Improvements
Stubtest Improvements
Fixes to Crashes
Documentation Updates
Other Notable Changes and Fixes
Typeshed UpdatesPlease see git log for full list of standard library typeshed stub changes. AcknowledgementsThanks to all mypy contributors who contributed to this release:
I’d also like to thank my employer, Dropbox, for supporting mypy development. Posted by Wesley Collin Wright flake8 7.0.0 -- 2024-01-04You can view the 7.0.0 milestone on GitHub for more details. Backwards Incompatible Changes
New Dependency Information
yamllint1.35.1 (2024-02-16)
1.35.0 (2024-02-15)
1.34.0 (2024-02-06)
1.33.0 (2023-11-09)
1.32.0 (2023-05-22)
1.31.0 (2023-04-21)
1.30.0 (2023-03-22)
check-jsonschema 0.28.1
|
This file contains hidden or 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
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.
updates: