Skip to content

Commit ca3856f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.16.1](pre-commit/mirrors-mypy@v1.5.1...v1.16.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.12.1](astral-sh/ruff-pre-commit@v0.8.1...v0.12.1)
1 parent 91aa22e commit ca3856f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ repos:
77
hooks:
88
- id: trailing-whitespace
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.5.1
10+
rev: v1.16.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.12.1
1919
hooks:
2020
- id: ruff
2121
name: ruff

0 commit comments

Comments
 (0)