File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ repos:
12
12
- id : name-tests-test
13
13
- id : requirements-txt-fixer
14
14
- repo : https://github.com/psf/black
15
- rev : 21.5b2 # Replace by any tag/version: https://github.com/psf/black/tags
15
+ rev : 21.7b0 # Replace by any tag/version: https://github.com/psf/black/tags
16
16
hooks :
17
17
- id : black
18
18
language_version : python3 # Should be a command that runs python3.6+
19
19
- repo : https://github.com/asottile/reorder_python_imports
20
- rev : v2.5 .0
20
+ rev : v2.6 .0
21
21
hooks :
22
22
- id : reorder-python-imports
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v2.19.1
24
+ rev : v2.23.3
25
25
hooks :
26
26
- id : pyupgrade
27
27
args : [--py36-plus]
28
28
- repo : https://github.com/nbQA-dev/nbQA
29
- rev : 0.11.1
29
+ rev : 1.1.0
30
30
hooks :
31
31
- id : nbqa-black
32
32
args : [--nbqa-mutate]
35
35
- id : nbqa-isort
36
36
args : [--nbqa-mutate]
37
37
- repo : https://github.com/pycqa/isort
38
- rev : 5.8.0
38
+ rev : 5.9.3
39
39
hooks :
40
40
- id : isort
You can’t perform that action at this time.
0 commit comments