Skip to content

Commit d56b043

Browse files
Bump pre-commit hooks versions
1 parent 9c91aba commit d56b043

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -19,27 +19,25 @@ repos:
1919

2020
# python linting and code formatting
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.11.0
22+
rev: v0.15.0
2323
hooks:
24-
- id: ruff
24+
- id: ruff-check
2525
args: [--fix]
2626
- id: ruff-format
2727

2828
# jupyter notebook cell output clearing
2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.8.1
30+
rev: 0.9.1
3131
hooks:
3232
- id: nbstripout
3333

3434
# md formatting
3535
- repo: https://github.com/hukkin/mdformat
36-
rev: 0.7.22
36+
rev: 1.0.0
3737
hooks:
3838
- id: mdformat
3939
args: ["--number"]
4040
additional_dependencies:
4141
- mdformat-gfm
42-
- mdformat-frontmatter
4342
- mdformat-footnote
4443
- mdformat-gfm-alerts
45-
- mdformat-tables

0 commit comments

Comments
 (0)