There was an error while loading. Please reload this page.
1 parent 352ae78 commit 6373c39Copy full SHA for 6373c39
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
repos:
4
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
@@ -12,7 +12,7 @@ repos:
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
# Ruff version.
15
- rev: v0.12.0
+ rev: v0.14.11
16
17
# Run the linter.
18
- id: ruff
@@ -21,7 +21,7 @@ repos:
21
- id: ruff-format
22
23
- repo: https://github.com/asottile/blacken-docs
24
- rev: 1.19.1
+ rev: 1.20.0
25
26
- id: blacken-docs
27
@@ -41,7 +41,7 @@ repos:
41
- --
42
43
- repo: https://github.com/mwouts/jupytext
44
- rev: v1.17.2
+ rev: v1.19.0.dev0
45
46
- id: jupytext
47
# Only runs on notebooks/supported ipynb files
0 commit comments