File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.8 .0
12
+ rev : 24.10 .0
13
13
hooks :
14
14
- id : black
15
15
args : [--config, pyproject.toml]
@@ -29,11 +29,11 @@ repos:
29
29
- id : flake8
30
30
args : [--exclude, nbconvert_config.py]
31
31
- repo : https://github.com/kynan/nbstripout
32
- rev : 0.7.1
32
+ rev : 0.8.0
33
33
hooks :
34
34
- id : nbstripout
35
35
- repo : https://github.com/nbQA-dev/nbQA
36
- rev : 1.8.7
36
+ rev : 1.9.1
37
37
hooks :
38
38
- id : nbqa-black
39
39
- id : nbqa-isort
You can’t perform that action at this time.
0 commit comments