Skip to content

Commit c832d1d

Browse files
committed
use latest version ruff_linter_fixtures to avoid syntax errors
1 parent 53ed4ac commit c832d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ mod tests {
613613
let settings = Settings {
614614
cache_dir,
615615
linter: LinterSettings {
616-
target_version: PythonVersion::PY310,
616+
target_version: PythonVersion::latest(),
617617
..Default::default()
618618
},
619619
..Settings::default()

0 commit comments

Comments
 (0)