MCPcopy Create free account
hub / github.com/FastLED/FastLED / _get_python_lint_cache

Function _get_python_lint_cache

ci/python_lint_cache.py:34–37  ·  view source on GitHub ↗

Get the two-layer fingerprint cache for Python linting.

()

Source from the content-addressed store, hash-verified

32
33
34def _get_python_lint_cache() -> TwoLayerFingerprintCache:
35 """Get the two-layer fingerprint cache for Python linting."""
36 cache_dir = Path(".cache")
37 return TwoLayerFingerprintCache(cache_dir, "python_lint")
38
39
40def check_python_files_changed() -> bool:

Callers 3

mark_python_lint_successFunction · 0.85
invalidate_python_cacheFunction · 0.85

Calls 1

Tested by

no test coverage detected