Skip to content

Commit 3b7c35f

Browse files
Merge pull request #57 from TemoaProject/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b5fbd24 + e8009dd commit 3b7c35f

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.11.7
3+
rev: 0.11.8
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.15.11
26+
rev: v0.15.12
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.20.1
36+
rev: v1.20.2
3737
hooks:
3838
- id: mypy
3939
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)