Skip to content

Commit 04253e8

Browse files
Merge pull request #42 from TemoaProject/pre-commit-ci-update-config
2 parents 6c5cf20 + 7d1706d commit 04253e8

1 file changed

Lines changed: 4 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/uv-pre-commit
3-
rev: 0.9.5
3+
rev: 0.9.16
44
hooks:
55
# Dependency management
66
- id: uv-lock
@@ -23,7 +23,7 @@ repos:
2323

2424
# Python Linting & Formatting with Ruff
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.14.2
26+
rev: v0.14.8
2727
hooks:
2828
- id: ruff
2929
name: ruff (linter)
@@ -33,7 +33,7 @@ repos:
3333

3434
# Type checking with MyPy
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.18.2
36+
rev: v1.19.0
3737
hooks:
3838
- id: mypy
3939
args: ["--config-file", "pyproject.toml"]
@@ -46,6 +46,6 @@ repos:
4646

4747
# No committing secrets
4848
- repo: https://github.com/gitleaks/gitleaks
49-
rev: v8.28.0
49+
rev: v8.30.0
5050
hooks:
5151
- id: gitleaks

0 commit comments

Comments
 (0)