Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
sys.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
compile
Method · 0.80
main
Function · 0.70
Tested by
no test coverage detected