ruff/crates/ty_project/src
David Peter 1f1542db51
[ty] Use 3.14 as the default version (#20759)
## Summary

Bump the latest supported Python version of ty to 3.14 and updates some
references from 3.13 to 3.14.

This also fixes a bug with `dataclasses.field` on 3.14 (which adds a new
keyword-only parameter to that function, breaking our previously naive
matching on the parameter structure of that function).

## Test Plan

A `ty check` on a file with template strings (without any further
configuration) doesn't raise errors anymore.
2025-10-08 11:38:47 +02:00
..
db [ty] Add caching for submodule completion suggestions (#19408) 2025-07-18 11:54:27 -04:00
glob [ty] Track heap usage of salsa structs (#19790) 2025-08-12 13:28:44 +02:00
metadata [ty] Use 3.14 as the default version (#20759) 2025-10-08 11:38:47 +02:00
watch [ty] Disallow std::env and io methods in most ty crates (#20046) 2025-08-22 11:13:47 -07:00
db.rs [ty] Remove duplicate global lint registry (#20053) 2025-08-22 19:43:12 -04:00
files.rs [ty] Track heap usage of salsa structs (#19790) 2025-08-12 13:28:44 +02:00
glob.rs [`ruff`] Fix minor typos in doc comments (#20623) 2025-09-29 08:56:23 +02:00
lib.rs Display diffs for `ruff format --check` and add support for different output formats (#20443) 2025-09-30 12:00:51 -04:00
metadata.rs [ty] Track heap usage of salsa structs (#19790) 2025-08-12 13:28:44 +02:00
walk.rs [ty] Speedup project file discovery (#19913) 2025-08-14 19:38:39 +01:00
watch.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00