We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa48444 commit c52e2e3Copy full SHA for c52e2e3
_typos.toml
@@ -12,12 +12,14 @@ extend-ignore-identifiers-re = [
12
"herlo",
13
# Example in trivium
14
"C9217BA0D762ACA1",
15
- "0x[0-9a-fA-F]+"
+ "0x[0-9a-fA-F]+",
16
]
17
18
[files]
19
extend-exclude = [
20
"backends/tfhe-cuda-backend/cuda/src/fft128/twiddles.cu",
21
"backends/tfhe-cuda-backend/cuda/src/fft/twiddles.cu",
22
"backends/tfhe-hpu-backend/config_store/**/*.link_summary",
23
+ "*.cbor",
24
+ "*.bcode",
25
0 commit comments