Skip to content

Commit 1482903

Browse files
ci: pre-commit autoupdate (#5749)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e1df6b1 commit 1482903

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.12.2
4+
rev: v0.12.9
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -11,7 +11,7 @@ repos:
1111
args: [--config, api/pyproject.toml, --config, "src = ['api']"]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-yaml
1717
- id: check-json

0 commit comments

Comments
 (0)