mirror of https://github.com/astral-sh/ruff
[ty] Use 3.14 in the ty playground (#20760)
## Summary Use 3.14 by default in the ty playground ## Test Plan Opened the playground locally and made sure that the default configuration uses 3.14.
This commit is contained in:
parent
f95eb90951
commit
db80febb6b
|
|
@ -214,7 +214,7 @@ export default function Playground() {
|
||||||
export const DEFAULT_SETTINGS = JSON.stringify(
|
export const DEFAULT_SETTINGS = JSON.stringify(
|
||||||
{
|
{
|
||||||
environment: {
|
environment: {
|
||||||
"python-version": "3.13",
|
"python-version": "3.14",
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
"undefined-reveal": "ignore",
|
"undefined-reveal": "ignore",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue