Skip to content

Commit 6373c39

Browse files
volpattogithub-actions[bot]
authored andcommitted
GHA: update pre-commit hooks
1 parent 352ae78 commit 6373c39

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
repos:
44

55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -12,7 +12,7 @@ repos:
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
# Ruff version.
15-
rev: v0.12.0
15+
rev: v0.14.11
1616
hooks:
1717
# Run the linter.
1818
- id: ruff
@@ -21,7 +21,7 @@ repos:
2121
- id: ruff-format
2222

2323
- repo: https://github.com/asottile/blacken-docs
24-
rev: 1.19.1
24+
rev: 1.20.0
2525
hooks:
2626
- id: blacken-docs
2727

@@ -41,7 +41,7 @@ repos:
4141
- --
4242

4343
- repo: https://github.com/mwouts/jupytext
44-
rev: v1.17.2
44+
rev: v1.19.0.dev0
4545
hooks:
4646
- id: jupytext
4747
# Only runs on notebooks/supported ipynb files

0 commit comments

Comments
 (0)