Updates dependencies and pre-commit hooks

Updates `pre-commit` hooks to the latest version and resolves
dependency issues by updating `poetry.lock` and
`package-lock.json`.

Renames and reorganizes character image files for better
organization and consistency. This includes deleting obsolete files
and changing file permissions for some images. A new
`requirements.txt` is added.
This commit is contained in:
fundor333
2025-08-10 02:17:41 +02:00
parent b858b06a93
commit b48d24908d
72 changed files with 121 additions and 106 deletions

View File

@@ -11,7 +11,7 @@ repos:
- id: black
language_version: python3.12
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-merge-conflict
- id: detect-private-key