Skip to content

Commit 0b3c2be

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.11.0](astral-sh/ruff-pre-commit@v0.3.4...v0.11.0) - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.15.0](pre-commit/mirrors-mypy@v1.9.0...v1.15.0)
1 parent ce42137 commit 0b3c2be

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
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.3.4
3+
rev: v0.11.0
44
hooks:
55
- id: ruff
66
args: [ --fix, --exit-non-zero-on-fix ]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.3.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: 'v1.9.0' # Use the sha / tag you want to point at
14+
rev: 'v1.15.0' # Use the sha / tag you want to point at
1515
hooks:
1616
- id: mypy
1717
additional_dependencies: [pytest]

0 commit comments

Comments
 (0)