8 Commits

Author SHA1 Message Date
ceb6e2932e chore: update dependencies 2025-06-04 19:10:28 +08:00
035e2157a8 log tag support 2025-06-04 18:55:23 +08:00
e964a38e3d change # fmt: labels to ruff compatible 2025-06-04 18:55:23 +08:00
0e2026ff1c change logging format to % 2025-06-04 18:55:23 +08:00
3ce4c7bed9 core.color 2025-06-04 18:55:23 +08:00
ad09c95b03 disable strict ruff rules 2025-06-04 18:55:23 +08:00
c664ed7e8d refactor: moving ui.extends to core
* Settings and Singletons moved
2025-06-04 18:55:23 +08:00
4e7d54fbef using ruff as formatter & linter 2025-06-04 18:55:23 +08:00
3 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.11.12
hooks:
- id: ruff
args: ["--fix"]

View File

@ -1,4 +1,3 @@
black == 23.7.0
isort == 5.12.0
imageio==2.31.4
Nuitka==1.8.4
ruff
imageio
Nuitka~=2.7.6

View File

@ -1,5 +1,5 @@
arcaea-offline==0.2.2
arcaea-offline-ocr==0.0.99
exif==1.6.0
Pillow==10.1.0
PySide6==6.5.2
exif~=1.6.0
Pillow~=10.1.0
PySide6==6.9.1