File tree Expand file tree Collapse file tree 3 files changed +643
-650
lines changed Expand file tree Collapse file tree 3 files changed +643
-650
lines changed Original file line number Diff line number Diff line change 1
1
default_stages : [commit]
2
2
repos :
3
3
- repo : https://github.com/ambv/black
4
- rev : 20.8b1
4
+ rev : 21.5b0
5
5
hooks :
6
6
- id : black
7
7
language_version : python3
8
8
exclude : snap_
9
9
10
10
- repo : https://gitlab.com/pycqa/flake8
11
- rev : 3.9.0
11
+ rev : 3.9.2
12
12
hooks :
13
13
- id : flake8
14
14
@@ -31,19 +31,19 @@ repos:
31
31
args : [--settings-path, setup.cfg]
32
32
33
33
- repo : https://github.com/Woile/commitizen
34
- rev : v2.16.0
34
+ rev : v2.17.6
35
35
hooks :
36
36
- id : commitizen
37
37
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
38
38
stages : [commit-msg]
39
39
40
40
- repo : https://github.com/pre-commit/mirrors-prettier # to format JSON, YAML and markdown files among others
41
- rev : v2.2.1
41
+ rev : v2.3.0
42
42
hooks :
43
43
- id : prettier
44
44
45
45
- repo : https://github.com/gitguardian/gg-shield
46
- rev : v1.3.2
46
+ rev : v1.5.0
47
47
hooks :
48
48
- id : ggshield
49
49
language_version : python3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ marshmallow = ">=3.5"
9
9
requests = " >=2"
10
10
11
11
[dev-packages ]
12
- black = " ==20.8b1 "
12
+ black = " ==21.5b0 "
13
13
coverage = " *"
14
14
flake8 = " *"
15
15
flake8-isort = " *"
You can’t perform that action at this time.
0 commit comments