Files
openclaw/.pre-commit-config.yaml
Deepak Jain 8a698108e0 fix(pre-commit): use single pytest dependency specifier (#91276)
[pytest>=8, <9] is parsed as two items; pip fails on '<9'.
Use ["pytest>=8,<9"] so pip gets one valid PEP 440 spec.
Pre-commit-only fix from closed #39109.
2026-07-05 06:51:26 -07:00

3.4 KiB