Skip to content

Commit 248e656

Browse files
authored
Merge branch 'main' into fix/graceful-degradation-large-sql
2 parents 7da3aa9 + 33ecfd1 commit 248e656

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ Fixes # (issue)
1010

1111
- [ ] I have added the relevant tests for this change.
1212
- [ ] I have added an item to the Pending section of ``docs/changes.rst``.
13+
14+
#### AI/LLM Usage
15+
- [ ] This PR includes code generated with the help of an AI/LLM

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121
- repo: https://github.com/adamchainz/djade-pre-commit
22-
rev: "1.6.0"
22+
rev: "1.7.0"
2323
hooks:
2424
- id: djade
2525
args: [--target-version, "4.2"]
@@ -29,12 +29,12 @@ repos:
2929
- id: rst-backticks
3030
- id: rst-directive-colons
3131
- repo: https://github.com/biomejs/pre-commit
32-
rev: v2.3.8
32+
rev: v2.3.10
3333
hooks:
3434
- id: biome-check
3535
verbose: true
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: 'v0.14.8'
37+
rev: 'v0.14.11'
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)