Skip to content

Commit 4991686

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.13.9 → v4.13.10](commitizen-tools/commitizen@v4.13.9...v4.13.10) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.4...v0.15.10) - [github.com/astral-sh/uv-pre-commit: 0.10.7 → 0.11.6](astral-sh/uv-pre-commit@0.10.7...0.11.6) - [github.com/crate-ci/typos: v1.44.0 → v1](crate-ci/typos@v1.44.0...v1) - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](rhysd/actionlint@v1.7.11...v1.7.12) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0)
1 parent 7630da7 commit 4991686

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
# Versioning: Commit messages & changelog
33
- repo: https://github.com/commitizen-tools/commitizen
4-
rev: v4.13.9
4+
rev: v4.13.10
55
hooks:
66
- id: commitizen
77
stages: [commit-msg]
88

99
# Lint / autoformat: Python code
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.15.4"
11+
rev: "v0.15.10"
1212
hooks:
1313
- id: ruff
1414
files: ^(?:backend|auth-libs/python)/.*\.py$
@@ -18,7 +18,7 @@ repos:
1818

1919
# Deps: ensure Python uv lockfile is up to date
2020
- repo: https://github.com/astral-sh/uv-pre-commit
21-
rev: 0.10.7
21+
rev: 0.11.6
2222
hooks:
2323
- id: uv-lock
2424
files: ^backend/pyproject\.toml$
@@ -44,7 +44,7 @@ repos:
4444

4545
# Spelling: Checks for common misspellings in text files.
4646
- repo: https://github.com/crate-ci/typos
47-
rev: v1.44.0
47+
rev: v1
4848
hooks:
4949
- id: typos
5050
pass_filenames: false
@@ -77,14 +77,14 @@ repos:
7777

7878
# Lint: GH Workflows
7979
- repo: https://github.com/rhysd/actionlint
80-
rev: v1.7.11
80+
rev: v1.7.12
8181
hooks:
8282
- id: actionlint
8383
args: [-ignore, SC]
8484

8585
# Lint: Markdown
8686
- repo: https://github.com/igorshubovych/markdownlint-cli
87-
rev: v0.47.0
87+
rev: v0.48.0
8888
hooks:
8989
- id: markdownlint
9090
args:

0 commit comments

Comments
 (0)