chore(ci): ignore cbor and bcode files in typo checker

This commit is contained in:
Nicolas Sarlin
2025-08-27 11:30:13 +02:00
committed by Nicolas Sarlin
parent fa48444611
commit c52e2e32d0

View File

@@ -12,7 +12,7 @@ extend-ignore-identifiers-re = [
"herlo",
# Example in trivium
"C9217BA0D762ACA1",
"0x[0-9a-fA-F]+"
"0x[0-9a-fA-F]+",
]
[files]
@@ -20,4 +20,6 @@ extend-exclude = [
"backends/tfhe-cuda-backend/cuda/src/fft128/twiddles.cu",
"backends/tfhe-cuda-backend/cuda/src/fft/twiddles.cu",
"backends/tfhe-hpu-backend/config_store/**/*.link_summary",
"*.cbor",
"*.bcode",
]