Skip to content

Commit

Permalink
Fix broken zstd-sys dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Apr 9, 2024
1 parent 6100124 commit e69738b
Show file tree
Hide file tree
Showing 12 changed files with 225 additions and 260 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.5.0
rev: v4.6.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.13.0
rev: v9.14.0
hooks:
- id: commitlint
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.12.1
rev: v0.13.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$
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
Loading

0 comments on commit e69738b

Please sign in to comment.