Skip to content

Commit 8bba766

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.13.3](astral-sh/ruff-pre-commit@v0.11.4...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent 7fcc544 commit 8bba766

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v5.0.0"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -13,19 +13,19 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.11.4"
16+
rev: "v0.13.3"
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020

21-
- repo: https://github.com/psf/black
22-
rev: "25.1.0"
21+
- repo: https://github.com/psf/black-pre-commit-mirror
22+
rev: "25.9.0"
2323
hooks:
2424
- id: black
2525

2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.15.0"
28+
rev: "v1.18.2"
2929
hooks:
3030
- id: mypy
3131
exclude: examples

0 commit comments

Comments
 (0)