`hex_to_rgba` previously stripped every leading `#`, so invalid inputs such as `##000000` were accepted despite `is_valid_hex` rejecting them. Remove only one optional prefix and add regression coverage for the minimized failing input. Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_core.py | ||
| test_docs.py | ||
| test_utils.py | ||