Conversation
|
|
There are multiple breaking changes, might have to look closely: https://github.com/toml-rs/toml/blob/main/crates/toml/CHANGELOG.md#compatibility. |
| 3 | division-by-zero = "error" | ||
| 3 | division-by-zero = "error" | ||
| 4 | | ||
| 5 | / [[tool.ty.overrides]] | ||
| 6 | | include = ["*.py"] # Has patterns but no rule overrides | ||
| | |__________________^ This overrides section configures no rules | ||
| 7 | # Missing [tool.ty.overrides.rules] section entirely | ||
| 5 | [[tool.ty.overrides]] | ||
| | ^^^^^^^^^^^^^^^^^^^^^ This overrides section configures no rules | ||
| 6 | include = ["*.py"] # Has patterns but no rule overrides | ||
| 7 | # Missing [tool.ty.overrides.rules] section entirely |
There was a problem hiding this comment.
TODO: This does not look correct
There was a problem hiding this comment.
This might be correct, the range has changed from the entire section (including header and content) to only the section header.
|
|
* dcreager/merge-arguments: (223 commits) fix docs Combine CallArguments and CallArgumentTypes [ty] Sync vendored typeshed stubs (#19334) [`refurb`] Make example error out-of-the-box (`FURB122`) (#19297) [refurb] Make example error out-of-the-box (FURB177) (#19309) [ty] ignore errors when reformatting codemodded typeshed (#19332) [ty] Provide docstrings for stdlib APIs when hovering over them in an IDE (#19311) [ty] Add virtual files to the only project database (#19322) Add t-string fixtures for rules that do not need to be modified (#19146) [ty] Remove `FileLookupError` (#19323) [ty] Fix handling of metaclasses in `object.<CURSOR>` completions [ty] Use an interval map for scopes by expression (#19025) [ty] List all `enum` members (#19283) [ty] Handle configuration errors in LSP more gracefully (#19262) [ty] Use python version and path from Python extension (#19012) [`pep8_naming`] Avoid false positives on standard library functions with uppercase names (`N802`) (#18907) Update Rust crate toml to 0.9.0 (#19320) [ty] Fix server version (#19284) Update NPM Development dependencies (#19319) Update taiki-e/install-action action to v2.56.13 (#19317) ...
This PR contains the following updates:
0.8.11->0.9.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
toml-rs/toml (toml)
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.