Update pre-commit dependencies (#18581)

This commit is contained in:
renovate[bot]
2025-06-09 08:08:17 +02:00
committed by GitHub
parent b4b53183b7
commit 475a02b725
4 changed files with 16 additions and 16 deletions

View File

@@ -342,7 +342,7 @@ mod tests {
}
#[test]
fn py_slice_negatice_indices() {
fn py_slice_negative_indices() {
let input = ['a', 'b', 'c', 'd', 'e'];
assert_eq_slice(&input, Some(-6), None, None, &['a', 'b', 'c', 'd', 'e']);