Skip to content

Commit 95cc98a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v3.1.0 → v3.2.0](asottile/add-trailing-comma@v3.1.0...v3.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.7...v0.11.11) - [github.com/streetsidesoftware/cspell-cli: v8.19.0 → v9.0.1](streetsidesoftware/cspell-cli@v8.19.0...v9.0.1)
1 parent ffb263a commit 95cc98a

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
@@ -22,12 +22,12 @@ repos:
2222
- id: nbstripout
2323

2424
- repo: https://github.com/asottile/add-trailing-comma
25-
rev: v3.1.0
25+
rev: v3.2.0
2626
hooks:
2727
- id: add-trailing-comma
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: 'v0.11.7'
30+
rev: 'v0.11.11'
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: v8.19.0
40+
rev: v9.0.1
4141
hooks:
4242
- id: cspell
4343
files: src/|docs/(.+).md|docs/source/(.+).ipynb|tests|README.md

0 commit comments

Comments
 (0)