7 Commits

Author SHA1 Message Date
29eb135752 log tag support 2024-06-28 22:24:57 +08:00
b2a10d02ce change # fmt: labels to ruff compatible 2024-06-28 20:20:26 +08:00
0c88302053 change logging format to % 2024-06-28 20:08:08 +08:00
fe3f610878 core.color 2024-06-28 20:05:10 +08:00
09063cc987 disable strict ruff rules 2024-06-20 22:30:39 +08:00
a9d7681ee7 refactor: moving ui.extends to core
* Settings and Singletons moved
2024-06-20 21:30:21 +08:00
da3ac7acb3 using ruff as formatter & linter 2024-06-20 21:26:39 +08:00
3 changed files with 8 additions and 7 deletions

View File

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

View File

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

View File

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