diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb7825ed..e8c968f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: args: [--assume-in-merge] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.4 + rev: v4.16.5 hooks: - id: commitizen @@ -34,6 +34,6 @@ repos: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.32 + rev: v0.2.37 hooks: - id: rumdl-fmt # Auto-format diff --git a/NEWS.md b/NEWS.md index f137f51e..54918de6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,7 +20,8 @@ each release. ### Fix -- 🐛 correct path part order so `workdata` or `rawdata` is before `` (#350) +- 🐛 correct path part order so `workdata` or `rawdata` is before + `` (#350) ## 0.14.1 (2026-06-17)