Skip to content

Commit 803cdd9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.2...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 67db1c8 commit 803cdd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: "25.9.0"
23+
rev: "25.11.0"
2424
hooks:
2525
- id: black
2626
args: [--preview]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.2
29+
rev: v0.14.7
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3333
types_or: [python, jupyter]
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.18.2"
36+
rev: "v1.19.0"
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)