uvicorn/scripts
Erik Wienhold 99f0d8734d
Fix grep warning in scripts/sync-version (#2807)
Extended regular expressions (enabled via flag -E) don't support
non-capturing groups under POSIX.  Get rid of them as they don't add any
value since we don't handle the captured groups in the first place.
2026-02-15 18:01:40 +00:00
..
build Use uv instead of plain pip (#2693) 2025-09-13 10:13:29 +02:00
check Use uv instead of plain pip (#2693) 2025-09-13 10:13:29 +02:00
coverage Use uv instead of plain pip (#2693) 2025-09-13 10:13:29 +02:00
docs Use uv instead of plain pip (#2693) 2025-09-13 10:13:29 +02:00
install Use uv instead of plain pip (#2693) 2025-09-13 10:13:29 +02:00
lint Use uv instead of plain pip (#2693) 2025-09-13 10:13:29 +02:00
sync-version Fix grep warning in scripts/sync-version (#2807) 2026-02-15 18:01:40 +00:00
test Use uv instead of plain pip (#2693) 2025-09-13 10:13:29 +02:00