Skip to content

Commit a1e27d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.5...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.14.1](pre-commit/mirrors-mypy@v1.11.1...v1.14.1)
1 parent b3d6edd commit a1e27d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ exclude: >
1111
repos:
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-json
1717
- id: check-yaml
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.5.5
22+
rev: v0.8.6
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
2626
- id: ruff-format
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.11.1
29+
rev: v1.14.1
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: []

0 commit comments

Comments
 (0)