File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.0.1
3
+ rev : v4.1.0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=25']
12
12
- id : debug-statements
13
13
- id : end-of-file-fixer
14
14
- id : fix-byte-order-marker
15
- - id : forbid-new-submodules
16
15
- id : mixed-line-ending
17
16
- id : no-commit-to-branch
18
17
args : [--branch, main]
30
29
- id : rst-inline-touching-normal
31
30
- id : text-unicode-replacement-char
32
31
- repo : https://github.com/asottile/pyupgrade
33
- rev : v2.29.1
32
+ rev : v2.31.0
34
33
hooks :
35
34
- id : pyupgrade
36
35
args : [--py36-plus]
@@ -86,11 +85,11 @@ repos:
86
85
hooks :
87
86
- id : codespell
88
87
- repo : https://github.com/guilatrova/tryceratops
89
- rev : v1.0.0
88
+ rev : v1.0.1
90
89
hooks :
91
90
- id : tryceratops
92
91
- repo : https://github.com/pre-commit/mirrors-mypy
93
- rev : ' v0.910-1 '
92
+ rev : ' v0.931 '
94
93
hooks :
95
94
- id : mypy
96
95
args : [
You can’t perform that action at this time.
0 commit comments