ci(pre-commit): avoids extraneous codespell exclusions (#17590)

This commit is contained in:
Jacob Gordon
2026-01-22 09:55:23 -05:00
committed by GitHub
parent 5324027007
commit 42523d0364
2 changed files with 1 additions and 11 deletions
@@ -17,7 +17,7 @@ use minijinja::{
Environment, Error as MinijinjaError, ErrorKind, Value,
};
use serde::Serialize;
use serde_json::{self, ser::PrettyFormatter, Value as JsonValue};
use serde_json::{self, ser::PrettyFormatter, Value as JsonValue}; // codespell:ignore ser
/// Chat template content format
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]