File tree 1 file changed +4
-4
lines changed
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.4 .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 : 23 .1.0
12
+ rev : 25 .1.0
13
13
hooks :
14
14
- id : black
15
15
args : [--config, pyproject.toml]
19
19
# - id: isort
20
20
# name: isort (python)
21
21
- repo : https://github.com/econchick/interrogate
22
- rev : 1.5 .0
22
+ rev : 1.7 .0
23
23
hooks :
24
24
- id : interrogate
25
25
args : [-c, pyproject.toml]
29
29
- id : darglint
30
30
args : [-v 2] # this config makes the error messages a bit less cryptic.
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : 6.0.0
32
+ rev : 7.1.2
33
33
hooks :
34
34
- id : flake8
35
35
args : [--exclude, nbconvert_config.py]
You can’t perform that action at this time.
0 commit comments