Skip to content

Commit e255feb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.3 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.3...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent 9eaa034 commit e255feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -29,7 +29,7 @@ repos:
2929
args: [ --lock ]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.3
32+
rev: v0.12.11
3333
hooks:
3434
- id: ruff
3535
files: \.py$
@@ -40,7 +40,7 @@ repos:
4040
types: [ file ]
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.16.1
43+
rev: v1.17.1
4444
hooks:
4545
- id: mypy
4646
additional_dependencies:

0 commit comments

Comments
 (0)