Skip to content

Commit abca0a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.4...v0.15.8) - [github.com/astral-sh/uv-pre-commit: 0.10.7 → 0.11.2](astral-sh/uv-pre-commit@0.10.7...0.11.2) - [github.com/crate-ci/typos: v1.44.0 → v1](crate-ci/typos@v1.44.0...v1) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0)
1 parent 8fd5451 commit abca0a8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
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.8"
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.2
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
@@ -84,7 +84,7 @@ repos:
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)