🚨 pre-commit-ci修复格式错误

This commit is contained in:
pre-commit-ci[bot] 2023-05-11 07:29:06 +00:00
parent d9808510be
commit c368e80f9b
4 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
__pycache__ __pycache__
./gsuid-core/data/* ./gsuid-core/data/*

View File

@ -14,7 +14,7 @@ RUN mv /etc/apt/sources.list /etc/apt/sources.list.bak \
&& echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-updates main non-free contrib" >>/etc/apt/sources.list \ && echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-updates main non-free contrib" >>/etc/apt/sources.list \
&& echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-backports main non-free contrib" >>/etc/apt/sources.list \ && echo "deb-src http://ftp.cn.debian.org/debian/ bullseye-backports main non-free contrib" >>/etc/apt/sources.list \
&& echo "deb http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \ && echo "deb http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \
&& echo "deb-src http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \ && echo "deb-src http://mirrors.ustc.edu.cn/debian-security/ stable-security main non-free contrib" >>/etc/apt/sources.list \
&& rm -rf /var/lib/apt/lists/* && apt-get update && rm -rf /var/lib/apt/lists/* && apt-get update
RUN apt install curl git -y RUN apt install curl git -y
@ -27,4 +27,4 @@ RUN /usr/local/bin/python -m pip install poetry
RUN poetry install && rm -rf /app/* RUN poetry install && rm -rf /app/*
CMD poetry run python3 core.py CMD poetry run python3 core.py

View File

@ -100,4 +100,4 @@ sv=SV(
@sv.on_prefix('测试') @sv.on_prefix('测试')
async def get_msg(bot: Bot, ev: Event): async def get_msg(bot: Bot, ev: Event):
... ...
``` ```

View File

@ -4,11 +4,11 @@ services:
container_name: gsuidcore container_name: gsuidcore
restart: always restart: always
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
dns: dns:
- 114.114.114.114 - 114.114.114.114
- 114.114.115.115 - 114.114.115.115
ports: ports:
- 8765:8765 - 8765:8765
volumes: volumes:
- ${PWD}:/app - ${PWD}:/app