Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Oct 22, 2024
1 parent 9ce7bd5 commit a03ea25
Show file tree
Hide file tree
Showing 25 changed files with 1,185 additions and 1,705 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default_stages:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -32,13 +32,13 @@ repos:
- id: trailing-whitespace
exclude: ^ofdb-app-clearance/assets/.*$
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.16.0
rev: v9.18.0
hooks:
- id: commitlint
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.13.0
rev: v0.14.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand All @@ -52,7 +52,7 @@ repos:
args: [--ignore-words=.codespellignore]
exclude: ^search_results\.json|src/ports/web/frontend/login\.rs|ofdb-gateways/src/user_communication/mod\.rs|doc/c4-plantuml/.*\.puml|Cargo.lock|ofdb-gateways/src/user_communication/templates/.*\.txt|ofdb-core/src/usecases/find_duplicates.rs|ofdb-gateways/src/email/sendmail.rs|ofdb-webserver/src/web/frontend/view/.*\.rs$
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.5
rev: 0.29.4
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
Loading

0 comments on commit a03ea25

Please sign in to comment.