File tree 1 file changed +5
-5
lines changed
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.8 .0
12
+ rev : 25.1 .0
13
13
hooks :
14
14
- id : black
15
15
args : [--config, pyproject.toml]
@@ -24,16 +24,16 @@ repos:
24
24
- id : darglint
25
25
args : [-v 2] # this config makes the error messages a bit less cryptic.
26
26
- repo : https://github.com/PyCQA/flake8
27
- rev : 7.1.1
27
+ rev : 7.2.0
28
28
hooks :
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 .1
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