Skip to content

Commit d8f41a4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.9.9](astral-sh/ruff-pre-commit@v0.5.0...v0.9.9) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [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/pre-commit/mirrors-mypy: v1.10.1 → v1.15.0](pre-commit/mirrors-mypy@v1.10.1...v1.15.0)
1 parent cad41f1 commit d8f41a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ default_language_version:
44
python: python3.8
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.5.0
7+
rev: v0.9.9
88
hooks:
99
- id: ruff
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.2
11+
rev: 25.1.0
1212
hooks:
1313
- id: black
1414
pass_filenames: true
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.6.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-json
1919
- id: check-yaml
@@ -29,6 +29,6 @@ repos:
2929
- id: rst-backticks
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: 'v1.10.1' # Use the sha / tag you want to point at
32+
rev: 'v1.15.0' # Use the sha / tag you want to point at
3333
hooks:
3434
- id: mypy

0 commit comments

Comments
 (0)