diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58a2c0824c..907025ffd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,29 +1,33 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v6.0.0 hooks: - - id: check-added-large-files - - id: check-toml - - id: check-yaml + - id: check-added-large-files + - id: check-toml + - id: check-yaml args: - - --unsafe - - id: end-of-file-fixer + - --unsafe + - id: end-of-file-fixer exclude: | - (?x)^( - frontend/src/client/.*| - backend/app/email-templates/build/.* - )$ - - id: trailing-whitespace + (?x)^( + frontend/src/client/.*| + backend/app/email-templates/build/.* + )$ + - id: trailing-whitespace exclude: ^frontend/src/client/.* - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.2.2 +- repo: https://github.com/charliermarsh/ruff-pre-commit + rev: v0.12.10 hooks: - - id: ruff + - id: ruff args: - - --fix - - id: ruff-format + - --fix + - id: ruff-format +- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update + rev: v0.8.0 + hooks: + - id: pre-commit-update - repo: local hooks: - id: local-biome-check diff --git a/development.md b/development.md index d7d41d73f1..0a7c6f226d 100644 --- a/development.md +++ b/development.md @@ -204,4 +204,4 @@ Adminer: http://localhost.tiangolo.com:8080 Traefik UI: http://localhost.tiangolo.com:8090 -MailCatcher: http://localhost.tiangolo.com:1080 \ No newline at end of file +MailCatcher: http://localhost.tiangolo.com:1080 diff --git a/frontend/.gitignore b/frontend/.gitignore index 75e25e0ef4..093ec6dcbd 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -27,4 +27,4 @@ openapi.json /playwright-report/ /blob-report/ /playwright/.cache/ -/playwright/.auth/ \ No newline at end of file +/playwright/.auth/