MCPcopy Create free account
hub / github.com/codespell-project/codespell / build_exclude_hashes

Function build_exclude_hashes

codespell_lib/_codespell.py:764–766  ·  view source on GitHub ↗
(filename: str, exclude_lines: set[str])

Source from the content-addressed store, hash-verified

762
763
764def build_exclude_hashes(filename: str, exclude_lines: set[str]) -> None:
765 with open(filename, encoding="utf-8") as f:
766 exclude_lines.update(line.rstrip() for line in f)
767
768
769def build_ignore_words(

Callers 1

mainFunction · 0.85

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…