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 4
4
# https://pre-commit.com/
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.6 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
@@ -17,17 +17,17 @@ repos:
17
17
- id : isort
18
18
# https://github.com/python/black#version-control-integration
19
19
- repo : https://github.com/psf/black
20
- rev : 24.4.2
20
+ rev : 24.10.0
21
21
hooks :
22
22
- id : black-jupyter
23
23
- repo : https://github.com/keewis/blackdoc
24
24
rev : v0.3.9
25
25
hooks :
26
26
- id : blackdoc
27
- additional_dependencies : ["black==24.4.2 "]
27
+ additional_dependencies : ["black==24.10.0 "]
28
28
- id : blackdoc-autoupdate-black
29
29
- repo : https://github.com/pycqa/flake8
30
- rev : 7.1.0
30
+ rev : 7.1.1
31
31
hooks :
32
32
- id : flake8
33
33
- repo : https://github.com/kynan/nbstripout
You can’t perform that action at this time.
0 commit comments