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 15
15
repos :
16
16
# Standard hooks
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
- rev : v4.2 .0
18
+ rev : v4.4 .0
19
19
hooks :
20
20
- id : check-added-large-files
21
21
- id : check-case-conflict
35
35
exclude : ^pii_processing/
36
36
37
37
- repo : https://github.com/asottile/pyupgrade
38
- rev : v2.32 .1
38
+ rev : v3.3 .1
39
39
hooks :
40
40
- id : pyupgrade
41
41
exclude : ^pii_processing/
@@ -47,20 +47,20 @@ repos:
47
47
48
48
# Black, the code formatter, natively supports pre-commit
49
49
- repo : https://github.com/psf/black
50
- rev : 22 .3.0 # Keep in sync with blacken-docs
50
+ rev : 23 .3.0 # Keep in sync with blacken-docs
51
51
hooks :
52
52
- id : black
53
53
exclude : ^pii_processing/
54
54
55
55
# Changes tabs to spaces
56
56
- repo : https://github.com/Lucas-C/pre-commit-hooks
57
- rev : v1.1.14
57
+ rev : v1.5.1
58
58
hooks :
59
59
- id : remove-tabs
60
60
exclude : ^(pii_processing|.*Makefile)
61
61
62
62
- repo : https://github.com/shellcheck-py/shellcheck-py
63
- rev : v0.8 .0.4
63
+ rev : v0.9 .0.2
64
64
hooks :
65
65
- id : shellcheck
66
66
exclude : ^(pii_processing/|cc_pseudo_crawl)
You can’t perform that action at this time.
0 commit comments