AGS is not typo

This commit is contained in:
Junkui Zhang 2025-07-22 22:42:36 +08:00
parent b54eaecbbc
commit c67ddd7572

View file

@ -71,6 +71,8 @@ extend-ignore-re = [
# Not an actual typo but an intentionally invalid color, in `color_extractor` # Not an actual typo but an intentionally invalid color, in `color_extractor`
"#fof", "#fof",
# Stripped version of reserved keyword `type` # Stripped version of reserved keyword `type`
"typ" "typ",
# AMD GPU Services
"ags"
] ]
check-filename = true check-filename = true