Skip to content

Commit eeed719

Browse files
committed
add updates
1 parent d4a08d7 commit eeed719

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.pre-commit-config.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v6.0.0
66
hooks:
7-
- id: check-added-large-files
8-
- id: check-toml
9-
- id: check-yaml
7+
- id: check-added-large-files
8+
- id: check-toml
9+
- id: check-yaml
1010
args:
11-
- --unsafe
12-
- id: end-of-file-fixer
11+
- --unsafe
12+
- id: end-of-file-fixer
1313
exclude: |
14-
(?x)^(
15-
frontend/src/client/.*|
16-
backend/app/email-templates/build/.*
17-
)$
18-
- id: trailing-whitespace
14+
(?x)^(
15+
frontend/src/client/.*|
16+
backend/app/email-templates/build/.*
17+
)$
18+
- id: trailing-whitespace
1919
exclude: ^frontend/src/client/.*
20-
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: v0.2.2
20+
- repo: https://github.com/charliermarsh/ruff-pre-commit
21+
rev: v0.12.10
2222
hooks:
23-
- id: ruff
23+
- id: ruff
2424
args:
25-
- --fix
26-
- id: ruff-format
27-
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
25+
- --fix
26+
- id: ruff-format
27+
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
2828
rev: v0.8.0
2929
hooks:
30-
- id: pre-commit-update
30+
- id: pre-commit-update
3131

3232
ci:
3333
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ Adminer: http://localhost.tiangolo.com:8080
204204

205205
Traefik UI: http://localhost.tiangolo.com:8090
206206

207-
MailCatcher: http://localhost.tiangolo.com:1080
207+
MailCatcher: http://localhost.tiangolo.com:1080

frontend/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ openapi.json
2727
/playwright-report/
2828
/blob-report/
2929
/playwright/.cache/
30-
/playwright/.auth/
30+
/playwright/.auth/

0 commit comments

Comments
 (0)