File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
- repo : https://github.com/psf/black
12
- rev : 24.4.2
12
+ rev : 25.1.0
13
13
hooks :
14
14
- id : black
15
15
- repo : https://github.com/codespell-project/codespell
16
- rev : v2.3.0
16
+ rev : v2.4.1
17
17
hooks :
18
18
- id : codespell
19
19
additional_dependencies :
20
20
- tomli
21
21
- repo : https://github.com/PyCQA/flake8
22
- rev : 7.0 .0
22
+ rev : 7.2 .0
23
23
hooks :
24
24
- id : flake8
25
25
- repo : https://github.com/kynan/nbstripout
26
- rev : 0.5.0
26
+ rev : 0.8.1
27
27
hooks :
28
28
- id : nbstripout
29
29
files : \.(ipynb)$
You can’t perform that action at this time.
0 commit comments