Skip to content

Commit d59bbd7

Browse files
Merge branch 'master' into renovate/configure
2 parents 4d75c7e + 62c3a29 commit d59bbd7

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.5
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.2
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)