Skip to content

Commit e936e4c

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

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.16.1
3+
rev: v0.16.5
44
# Each project is linted under its own config; the global hook runs once per project.
55
hooks:
66
- id: ruff
@@ -66,12 +66,12 @@ repos:
6666
stages: [pre-push]
6767

6868
- repo: https://github.com/Flagsmith/flagsmith-common
69-
rev: v3.12.1
69+
rev: v3.13.2
7070
hooks:
7171
- id: flagsmith-lint-tests
7272

7373
- repo: https://github.com/astral-sh/uv-pre-commit
74-
rev: 0.12.1 # Ensure this matches the version in api/pyproject.toml
74+
rev: 0.12.7 # Ensure this matches the version in api/pyproject.toml
7575
hooks:
7676
- id: uv-lock
7777
name: api-lockcheck
@@ -81,7 +81,7 @@ repos:
8181
args: ["--project", "mcp", "--check"]
8282

8383
- repo: https://github.com/renovatebot/pre-commit-hooks
84-
rev: 44.9.0
84+
rev: 44.52.1
8585
hooks:
8686
- id: renovate-config-validator
8787
name: renovate-config-validator

api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ In your tests, verify your logs with the `caplog` fixture:
6969
```python
7070
from pytest_structlog import StructuredLogCapture
7171

72+
7273
def test_my_view__success__logs_expected(
7374
log: StructuredLogCapture,
7475
) -> None:

0 commit comments

Comments
 (0)