Skip to content

Commit

Permalink
Merge pull request #102 from Holzhaus/pre-commit-update
Browse files Browse the repository at this point in the history
ci(pre-commit): Update pre-commit hooks
  • Loading branch information
Holzhaus authored Nov 30, 2023
2 parents 05a1c76 + 7bf54ea commit 2255041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion src/anlz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2255041

Please sign in to comment.