Skip to content

Commit 08b3359

Browse files
[pre-commit.ci] pre-commit autoupdate (#644)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bde9fc0 commit 08b3359

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: sort-all
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.6.7
32+
rev: v0.6.9
3333
hooks:
3434
- id: ruff-format
3535
- id: ruff
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: refurb
4040
- repo: https://github.com/executablebooks/mdformat
41-
rev: 0.7.17
41+
rev: 0.7.18
4242
hooks:
4343
- id: mdformat
4444
additional_dependencies: [
@@ -48,7 +48,7 @@ repos:
4848
]
4949
files: (README\.md)
5050
- repo: https://github.com/executablebooks/mdformat
51-
rev: 0.7.17
51+
rev: 0.7.18
5252
hooks:
5353
- id: mdformat
5454
additional_dependencies: [
@@ -63,7 +63,7 @@ repos:
6363
- id: nbstripout
6464
exclude: (docs)
6565
- repo: https://github.com/crate-ci/typos
66-
rev: v1.24.6
66+
rev: v1.26.0
6767
hooks:
6868
- id: typos
6969
exclude: (\.ipynb)

0 commit comments

Comments
 (0)