Skip to content

Commit 0520fdf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/aio-libs/sort-all: v1.2.0 → v1.3.0](aio-libs/sort-all@v1.2.0...v1.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0) - [github.com/crate-ci/typos: v1.26.8 → v1.27.0](crate-ci/typos@v1.26.8...v1.27.0)
1 parent 5804f52 commit 0520fdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/aio-libs/sort-all
28-
rev: v1.2.0
28+
rev: v1.3.0
2929
hooks:
3030
- id: sort-all
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.7.1
32+
rev: v0.7.2
3333
hooks:
3434
- id: ruff-format
3535
- id: ruff
@@ -58,12 +58,12 @@ repos:
5858
]
5959
files: (docs/.)
6060
- repo: https://github.com/kynan/nbstripout
61-
rev: 0.7.1
61+
rev: 0.8.0
6262
hooks:
6363
- id: nbstripout
6464
exclude: (docs)
6565
- repo: https://github.com/crate-ci/typos
66-
rev: v1.26.8
66+
rev: v1.27.0
6767
hooks:
6868
- id: typos
6969
exclude: (\.ipynb)

0 commit comments

Comments
 (0)