第一次

This commit is contained in:
ZhuJW
2026-04-16 15:44:32 +08:00
commit 5a98242f2f
171 changed files with 42954 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
FROM python:3.12-alpine
ARG RUFF_VERSION="0.9.10"
RUN apk add sudo bash git parallel
RUN pip install ruff==$RUFF_VERSION