File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ exclude: ^$
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v2.4 .0
8
+ rev : v3.3 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-ast
12
12
- id : check-byte-order-marker
13
13
- id : check-case-conflict
14
14
- id : check-executables-have-shebangs
15
15
- id : check-json
16
+ - id : check-toml
17
+ - id : check-yaml
16
18
- id : check-merge-conflict
17
19
- id : check-symlinks
18
- - id : check-toml
19
20
- id : check-vcs-permalinks
20
- - id : check-yaml
21
21
- id : detect-private-key
22
22
- id : end-of-file-fixer
23
23
- id : trailing-whitespace
33
33
- id : bind-requirements
34
34
35
35
- repo : https://github.com/domdfcoding/flake8-dunder-all
36
- rev : v0.0.4
36
+ rev : v0.1.0
37
37
hooks :
38
38
- id : ensure-dunder-all
39
39
files : ^domdf_python_tools/.*\.py$
@@ -44,20 +44,19 @@ repos:
44
44
- id : python-no-eval
45
45
46
46
- repo : https://github.com/asottile/pyupgrade
47
- rev : v1.5.1
47
+ rev : v2.7.3
48
48
hooks :
49
49
- id : pyupgrade
50
50
args : [--py36-plus]
51
51
52
52
- repo : https://github.com/Lucas-C/pre-commit-hooks
53
- rev : v1.1.7
53
+ rev : v1.1.9
54
54
hooks :
55
55
- id : remove-crlf
56
56
- id : forbid-crlf
57
57
58
-
59
58
- repo : https://github.com/domdfcoding/yapf-isort
60
- rev : v0.3.2
59
+ rev : v0.3.3
61
60
hooks :
62
61
- id : yapf-isort
63
62
exclude : ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
You can’t perform that action at this time.
0 commit comments