File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
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.3.0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
@@ -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 : 22.10.0 # 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 : v3.8.5
21
21
hooks :
22
22
- id : reorder-python-imports
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v2.19.1
24
+ rev : v3.1.0
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.5.3
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.10.1
39
39
hooks :
40
40
- id : isort
You can’t perform that action at this time.
0 commit comments