Skip to content

Commit 596a005

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v2.1.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.14.1](pre-commit/mirrors-mypy@v1.5.1...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.1...v0.9.1)
1 parent 12f3c63 commit 596a005

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
@@ -3,19 +3,19 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v2.1.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.5.1
10+
rev: v1.14.1
1111
hooks:
1212
- id: mypy
1313
name: python mypy
1414
always_run: true
1515
pass_filenames: false
1616
args: ["python"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.8.1
18+
rev: v0.9.1
1919
hooks:
2020
- id: ruff
2121
name: ruff

0 commit comments

Comments
 (0)