Skip to content

Commit d133a0e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.7.17 → 0.9.4](astral-sh/uv-pre-commit@0.7.17...0.9.4) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.14.1](astral-sh/ruff-pre-commit@v0.12.1...v0.14.1) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2)
1 parent 2bfa9cc commit d133a0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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.7.17
3+
rev: 0.9.4
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.1
26+
rev: v0.14.1
2727
hooks:
2828
- id: ruff
2929
name: ruff (linter)
@@ -32,7 +32,7 @@ repos:
3232
name: ruff-format (formatter)
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.16.1
35+
rev: v1.18.2
3636
hooks:
3737
- id: mypy
3838
args: [--strict]

0 commit comments

Comments
 (0)