mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
debug
This commit is contained in:
parent
4e8374f929
commit
f9dc288a93
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ def check_for_no_commit_tokens(
|
|||
) -> str:
|
||||
with open(filename, mode='r', encoding='utf-8') as file_processed:
|
||||
lines = file_processed.read()
|
||||
print(f"filename : {filename}")
|
||||
if filename == "README.md":
|
||||
print(lines)
|
||||
print(f"check_for#tokens - {tokens}")
|
||||
for token in tokens:
|
||||
match = re.search(token, lines)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue