Skip to content

Commit

Permalink
Merge pull request #433 from uklotzde/pre-commit
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
orottier authored Jan 13, 2024
2 parents 3d4e012 + 49ee9d1 commit b7c6310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.11.0
hooks:
- id: commitlint
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.10.0
rev: v0.12.0
hooks:
- id: markdownlint-cli2
exclude: ^LICENSE\.md$
Expand All @@ -42,12 +42,12 @@ repos:
- id: codespell
args: [--ignore-words=.codespellignore]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.0
rev: 0.27.3
hooks:
- id: check-github-actions
- id: check-github-workflows
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
types_or:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Fix: minimize floating point errors in AudioBufferSourceNode currentTime calculation
- Fix: AudioParam automationRate does not instantly update on the control thread
- Fix: AudioParam better handling of non finite values in arguments
- Fix: Panic at Analiser initialization for some combinations of min/maxDecibel
- Fix: Panic at Analyser initialization for some combinations of min/maxDecibel

## Version 0.41.0 (2024-01-04)

Expand Down

0 comments on commit b7c6310

Please sign in to comment.