File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11# See https://pre-commit.com for more information
22# See https://pre-commit.com/hooks.html for more hooks
33repos :
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
3232ci :
3333 autofix_commit_msg : 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Original file line number Diff line number Diff line change @@ -204,4 +204,4 @@ Adminer: http://localhost.tiangolo.com:8080
204204
205205Traefik UI: http://localhost.tiangolo.com:8090
206206
207- MailCatcher: http://localhost.tiangolo.com:1080
207+ MailCatcher: http://localhost.tiangolo.com:1080
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ openapi.json
2727/playwright-report /
2828/blob-report /
2929/playwright /.cache /
30- /playwright /.auth /
30+ /playwright /.auth /
You can’t perform that action at this time.
0 commit comments