Skip to content

Commit 50f3cc0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.5.0...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.9.0](psf/black-pre-commit-mirror@24.4.2...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.18.2](pre-commit/mirrors-mypy@v1.10.1...v1.18.2)
1 parent cad41f1 commit 50f3cc0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.13.3
88
hooks:
99
- id: ruff
10-
- repo: https://github.com/psf/black
11-
rev: 24.4.2
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 25.9.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: v6.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.18.2' # Use the sha / tag you want to point at
3333
hooks:
3434
- id: mypy

0 commit comments

Comments
 (0)