File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exclude: ^$
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v3.4 .0
8
+ rev : v4.3 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-ast
25
25
- id : end-of-file-fixer
26
26
27
27
- repo : https://github.com/domdfcoding/pre-commit-hooks
28
- rev : v0.2.1
28
+ rev : v0.4.0
29
29
hooks :
30
30
- id : requirements-txt-sorter
31
31
args :
@@ -35,46 +35,46 @@ repos:
35
35
- id : bind-requirements
36
36
37
37
- repo : https://github.com/domdfcoding/flake8-dunder-all
38
- rev : v0.1.7
38
+ rev : v0.2.2
39
39
hooks :
40
40
- id : ensure-dunder-all
41
41
files : ^notebook2script/.*\.py$
42
42
43
43
- repo : https://github.com/domdfcoding/flake2lint
44
- rev : v0.4.0
44
+ rev : v0.4.2
45
45
hooks :
46
46
- id : flake2lint
47
47
48
48
- repo : https://github.com/pre-commit/pygrep-hooks
49
- rev : v1.8 .0
49
+ rev : v1.9 .0
50
50
hooks :
51
51
- id : python-no-eval
52
52
- id : rst-backticks
53
53
- id : rst-directive-colons
54
54
- id : rst-inline-touching-normal
55
55
56
56
- repo : https://github.com/asottile/pyupgrade
57
- rev : v2.12.0
57
+ rev : v2.37.3
58
58
hooks :
59
59
- id : pyupgrade
60
60
args :
61
61
- --py36-plus
62
62
- --keep-runtime-typing
63
63
64
64
- repo : https://github.com/Lucas-C/pre-commit-hooks
65
- rev : v1.1.9
65
+ rev : v1.3.0
66
66
hooks :
67
67
- id : remove-crlf
68
68
- id : forbid-crlf
69
69
70
70
- repo : https://github.com/repo-helper/formate
71
- rev : v0.4.3
71
+ rev : v0.4.10
72
72
hooks :
73
73
- id : formate
74
74
exclude : ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
75
75
76
76
- repo : https://github.com/domdfcoding/dep_checker
77
- rev : v0.6.1
77
+ rev : v0.7.0
78
78
hooks :
79
79
- id : dep_checker
80
80
args :
You can’t perform that action at this time.
0 commit comments