Skip to content

Commit c3f2a4d

Browse files
Merge pull request #31 from TemoaProject/pre-commit-ci-update-config
2 parents 71e4656 + 68d04e8 commit c3f2a4d

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.8.0
3+
rev: 0.8.8
44
hooks:
55
# Dependency management
66
- id: uv-lock
@@ -9,7 +9,7 @@ repos:
99

1010
# Code quality and formatting
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -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.12.4
26+
rev: v0.12.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.17.0
36+
rev: v1.17.1
3737
hooks:
3838
- id: mypy
3939
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)