1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.6 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
@@ -12,12 +12,12 @@ repos:
12
12
- id : check-ast
13
13
- id : check-added-large-files
14
14
- repo : https://github.com/astral-sh/ruff-pre-commit
15
- rev : v0.6.2
15
+ rev : v0.11.0
16
16
hooks :
17
17
- id : ruff
18
18
args : [--fix]
19
19
- repo : https://github.com/psf/black
20
- rev : 24.8 .0
20
+ rev : 25.1 .0
21
21
hooks :
22
22
- id : black
23
23
language_version : python3
@@ -32,13 +32,13 @@ repos:
32
32
- id : prettier
33
33
types_or : [yaml, html, css, scss, javascript, json] # markdown to avoid conflicts with mdformat
34
34
- repo : https://github.com/codespell-project/codespell
35
- rev : v2.3.0
35
+ rev : v2.4.1
36
36
hooks :
37
37
- id : codespell
38
38
types_or : [python, markdown, rst]
39
39
additional_dependencies : [tomli]
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v3.17.0
41
+ rev : v3.19.1
42
42
hooks :
43
43
- id : pyupgrade
44
44
- repo : https://github.com/MarcoGorelli/madforhooks
@@ -47,18 +47,18 @@ repos:
47
47
# - id: conda-env-sorter # conflicts with prettier
48
48
- id : check-execution-order
49
49
- repo : https://github.com/executablebooks/mdformat
50
- rev : 0.7.17
50
+ rev : 0.7.22
51
51
hooks :
52
52
- id : mdformat
53
53
additional_dependencies : [mdformat-gfm, mdformat-black]
54
54
exclude : ^.github/ # this avoid the hook to wrongly reformats md issue template files
55
55
- repo : https://github.com/kynan/nbstripout
56
- rev : 0.7 .1
56
+ rev : 0.8 .1
57
57
hooks :
58
58
- id : nbstripout
59
59
args : [--keep-output]
60
60
- repo : https://github.com/nbQA-dev/nbQA
61
- rev : 1.8.7
61
+ rev : 1.9.1
62
62
hooks :
63
63
- id : nbqa-black
64
64
- id : nbqa-ruff
0 commit comments