mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
chore(pre-commit): bump linting and formatting tool versions and ignore Windows DLL artifact (#6165)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.14.14
|
rev: v0.15.11
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args:
|
args:
|
||||||
@@ -12,7 +12,7 @@ repos:
|
|||||||
files: ^((\.github/scripts|scripts|app/core/src/main/resources/static/python)/.+)?[^/]+\.py$
|
files: ^((\.github/scripts|scripts|app/core/src/main/resources/static/python)/.+)?[^/]+\.py$
|
||||||
exclude: (split_photos.py)
|
exclude: (split_photos.py)
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.4.1
|
rev: v2.4.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
args:
|
args:
|
||||||
@@ -35,7 +35,7 @@ repos:
|
|||||||
files: ^.*(\.js|\.java|\.py|\.yml)$
|
files: ^.*(\.js|\.java|\.py|\.yml)$
|
||||||
exclude: ^(.*/pdfjs.*|.*/thirdParty.*|bootstrap.*|.*\.min\..*|.*diff\.js|\.github/workflows/.*$)
|
exclude: ^(.*/pdfjs.*|.*/thirdParty.*|bootstrap.*|.*\.min\..*|.*diff\.js|\.github/workflows/.*$)
|
||||||
- repo: https://github.com/pappasam/toml-sort
|
- repo: https://github.com/pappasam/toml-sort
|
||||||
rev: v0.24.3
|
rev: v0.24.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: toml-sort-fix
|
- id: toml-sort-fix
|
||||||
files: frontend/public/locales/.*\.toml$
|
files: frontend/public/locales/.*\.toml$
|
||||||
|
|||||||
@@ -3,3 +3,5 @@
|
|||||||
/target/
|
/target/
|
||||||
/gen/schemas
|
/gen/schemas
|
||||||
/runtime/
|
/runtime/
|
||||||
|
|
||||||
|
**/stirling_thumbnail_handler.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user