Skip to content

Commit 04683f9

Browse files
ci: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [github.com/Flagsmith/flagsmith-common: v3.9.0 → v3.9.1](Flagsmith/flagsmith-common@v3.9.0...v3.9.1) - [github.com/astral-sh/uv-pre-commit: 0.8.14 → 0.11.14](astral-sh/uv-pre-commit@0.8.14...0.11.14)
1 parent 82c5dfb commit 04683f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.15.12
4+
rev: v0.15.13
55
hooks:
66
# Run the linter.
77
- id: ruff
@@ -44,12 +44,12 @@ repos:
4444
stages: [pre-push]
4545

4646
- repo: https://github.com/Flagsmith/flagsmith-common
47-
rev: v3.9.0
47+
rev: v3.9.1
4848
hooks:
4949
- id: flagsmith-lint-tests
5050

5151
- repo: https://github.com/astral-sh/uv-pre-commit
52-
rev: 0.8.14
52+
rev: 0.11.14
5353
hooks:
5454
- id: uv-lock
5555
args: ["--project", "api", "--check"]

0 commit comments

Comments
 (0)