Skip to content

Commit 2ff38e2

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.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/streetsidesoftware/cspell-cli: v9.2.1 → v9.3.0](streetsidesoftware/cspell-cli@v9.2.1...v9.3.0)
1 parent 4730f61 commit 2ff38e2

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
@@ -11,7 +11,7 @@ repos:
1111

1212

1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: 25.9.0
14+
rev: 25.11.0
1515
hooks:
1616
- id: black
1717
args: [--line-length=100]
@@ -27,7 +27,7 @@ repos:
2727
- id: add-trailing-comma
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: 'v0.14.3'
30+
rev: 'v0.14.4'
3131
hooks:
3232
- id: ruff
3333

@@ -37,7 +37,7 @@ repos:
3737
- id: mypy
3838

3939
- repo: https://github.com/streetsidesoftware/cspell-cli
40-
rev: v9.2.1
40+
rev: v9.3.0
4141
hooks:
4242
- id: cspell
4343
files: src/|docs/(.+).md|docs/source/(.+).ipynb|tests|README.md

0 commit comments

Comments
 (0)