diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 527954752..bbee6ee1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.11 hooks: - id: ruff args: @@ -12,7 +12,7 @@ repos: files: ^((\.github/scripts|scripts|app/core/src/main/resources/static/python)/.+)?[^/]+\.py$ exclude: (split_photos.py) - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: @@ -35,7 +35,7 @@ repos: files: ^.*(\.js|\.java|\.py|\.yml)$ exclude: ^(.*/pdfjs.*|.*/thirdParty.*|bootstrap.*|.*\.min\..*|.*diff\.js|\.github/workflows/.*$) - repo: https://github.com/pappasam/toml-sort - rev: v0.24.3 + rev: v0.24.4 hooks: - id: toml-sort-fix files: frontend/public/locales/.*\.toml$ diff --git a/frontend/src-tauri/.gitignore b/frontend/src-tauri/.gitignore index e605f4aae..791056f7c 100644 --- a/frontend/src-tauri/.gitignore +++ b/frontend/src-tauri/.gitignore @@ -3,3 +3,5 @@ /target/ /gen/schemas /runtime/ + +**/stirling_thumbnail_handler.dll