Add specializations for partialKey()

This commit is contained in:
2024-03-08 14:01:56 -08:00
parent 93e487c8fb
commit 0c8cb8faa5
2 changed files with 10 additions and 13 deletions

View File

@@ -15,12 +15,4 @@ repos:
description: disallow checking in DEBUG_VERBOSE=1
entry: '^#define DEBUG_VERBOSE 1$'
language: pygrep
types: [c++]
- repo: local
hooks:
- id: debug verbose check
name: disallow checking in SHOW_MEMORY=1
description: disallow checking in SHOW_MEMORY=1
entry: '^#define SHOW_MEMORY 1$'
language: pygrep
types: [c++]