File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.0.1
7
+ rev : v4.1.0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
@@ -13,27 +13,27 @@ repos:
13
13
- id : check-yaml
14
14
- id : double-quote-string-fixer
15
15
16
- - repo : https://github.com/ambv /black
17
- rev : 21.5b2
16
+ - repo : https://github.com/psf /black
17
+ rev : 21.12b0
18
18
hooks :
19
19
- id : black
20
20
args : ["--line-length", "80", "--skip-string-normalization"]
21
21
22
- - repo : https://gitlab .com/pycqa /flake8
23
- rev : 3.9.2
22
+ - repo : https://github .com/PyCQA /flake8
23
+ rev : 4.0.1
24
24
hooks :
25
25
- id : flake8
26
26
- repo : https://github.com/asottile/seed-isort-config
27
27
rev : v2.2.0
28
28
hooks :
29
29
- id : seed-isort-config
30
- - repo : https://github.com/pre-commit/mirrors- isort
31
- rev : v5.8.0
30
+ - repo : https://github.com/PyCQA/ isort
31
+ rev : 5.10.1
32
32
hooks :
33
33
- id : isort
34
34
35
35
- repo : https://github.com/pre-commit/mirrors-prettier
36
- rev : v2.2.0
36
+ rev : v2.5.1
37
37
hooks :
38
38
- id : prettier
39
39
language_version : system
You can’t perform that action at this time.
0 commit comments