Skip to content

Commit 4de4374

Browse files
authored
Updated pre-commit conf. (#4825)
1 parent 079f12a commit 4de4374

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: "0.10.4"
3+
rev: "0.11.7"
44
hooks:
55
- id: uv-export
66
name: uv-export requirements/prod.txt
@@ -36,16 +36,16 @@ repos:
3636
]
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: "v0.15.1"
39+
rev: "v0.15.11"
4040
hooks:
4141
# Run the linter.
42-
- id: ruff
42+
- id: ruff-check
4343
args: [--fix, --exit-non-zero-on-fix]
4444
# Run the formatter.
4545
- id: ruff-format
4646

4747
- repo: https://github.com/rtts/djhtml
48-
rev: "3.0.10"
48+
rev: "3.0.11"
4949
hooks:
5050
- id: djhtml
5151
files: .*/templates/.*\.html$
@@ -62,7 +62,7 @@ repos:
6262
types_or: [html, css]
6363

6464
- repo: https://github.com/biomejs/pre-commit
65-
rev: "v2.4.2"
65+
rev: "v2.4.12"
6666
hooks:
6767
- id: biome-check
6868
additional_dependencies: ["@biomejs/biome@1.9.4"]
@@ -82,6 +82,6 @@ repos:
8282
- id: gitleaks
8383

8484
- repo: https://github.com/crate-ci/typos
85-
rev: v1.43.5
85+
rev: v1.45.1
8686
hooks:
8787
- id: typos

0 commit comments

Comments
 (0)