From 0715d58509c26d996c8e6e3835344826e5d4954a Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Thu, 30 Nov 2023 21:02:46 +0100 Subject: [PATCH 1/2] chore(anlz): Fix typo in comment --- src/anlz.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anlz.rs b/src/anlz.rs index db28d8d..ec94942 100644 --- a/src/anlz.rs +++ b/src/anlz.rs @@ -430,7 +430,7 @@ pub struct WaveformColorDetailColumn { pub enum Mood { /// Phrase types consist of "Intro", "Up", "Down", "Chorus", and "Outro". Other values in each /// phrase entry cause the intro, chorus, and outro phrases to have their labels subdivided - /// into styes "1" or "2" (for example, "Intro 1"), and "up" is subdivided into style "Up 1", + /// into styles "1" or "2" (for example, "Intro 1"), and "up" is subdivided into style "Up 1", /// "Up 2", or "Up 3". High = 1, /// Phrase types are labeled "Intro", "Verse 1" through "Verse 6", "Chorus", "Bridge", and From 7bf54eae2310f6feec7f8eff1afbc108137504f7 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Thu, 30 Nov 2023 20:05:19 +0100 Subject: [PATCH 2/2] ci(pre-commit): Update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f12ac9..14873e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-case-conflict - id: check-json @@ -19,7 +19,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: [