Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore: upload uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Dec 21, 2024
1 parent 2bf810a commit d59e6b9
Show file tree
Hide file tree
Showing 3 changed files with 1,777 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: develop

- name: Setup UV
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Install dependencies
run: uv sync --only-dev
Expand Down
31 changes: 14 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
*
.*/
!.github/
*_cache/
*.py[cd]
__pycache__

!.gitattributes
!.gitignore
!LICENSE
!mkdocs.yml
!pyproject.toml
!README.md
log/
dist/
*build*/

!.github
!.github/**
!aiotieba_reviewer
!aiotieba_reviewer/**
!docs
!docs/**
!examples
!examples/**
.python-version

*.py[cd]
__pycache__
/*.py
*.csv
account.toml
database.toml
update.md
Loading

0 comments on commit d59e6b9

Please sign in to comment.