MCPcopy Create free account
hub / github.com/FastLED/FastLED / sys_path_checker.py

File sys_path_checker.py

ci/lint_python/sys_path_checker.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Checker that flags sys.path modification calls.
2
3sys.path hacks are NEVER allowed in this project. They break type checkers
4(pyright, ty), IDE code navigation, and make imports non-reproducible.

Callers

nothing calls this directly

Calls 2

compileMethod · 0.80
mainFunction · 0.70

Tested by

no test coverage detected