Update MSRV to 1.90 (#21987)

This commit is contained in:
Micha Reiser
2025-12-15 14:29:11 +01:00
committed by GitHub
parent 0b918ae4d5
commit d08e414179
12 changed files with 11 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
use std::path::{Path, PathBuf};
use anyhow::{Context, Result};
use clap::{Parser, ValueEnum, command};
use clap::{Parser, ValueEnum};
use ruff_formatter::SourceCode;
use ruff_python_ast::{PySourceType, PythonVersion};