File tree Expand file tree Collapse file tree 3 files changed +11
-20
lines changed Expand file tree Collapse file tree 3 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 1
1
[report]
2
+ fail_under = 60
2
3
exclude_lines =
3
4
pragma: no cover
4
5
def __repr__
@@ -10,6 +11,8 @@ exclude_lines =
10
11
^ *\.\.\.$
11
12
12
13
[run]
14
+ branch = true
13
15
omit =
14
16
tests/data/*
15
17
tests/util/*
18
+ .*
Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v3.1 .0
4
+ rev : e1668fe86af3810fbca72b8653fe478e66a0afdc # frozen: v3.2 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
args : ['--markdown-linebreak-ext=md,markdown']
@@ -30,39 +30,27 @@ repos:
30
30
args :
31
31
- ' --remove'
32
32
- repo : https://github.com/psf/black
33
- rev : 19.10b0
33
+ rev : e66be67b9b6811913470f70c28b4d50f94d05b22 # frozen: 20.8b1
34
34
hooks :
35
35
- id : black
36
- - repo : https://github.com/asottile/blacken-docs
37
- rev : v1.7.0
38
- hooks :
39
- - id : blacken-docs
40
- additional_dependencies :
41
- - black==19.10b0
42
- - repo : https://github.com/asottile/seed-isort-config
43
- rev : v2.2.0
44
- hooks :
45
- - id : seed-isort-config
46
- - repo : https://github.com/timothycrosley/isort
47
- rev : 4.3.21
36
+ - repo : https://github.com/pycqa/isort
37
+ rev : 6a3cc7646d8f54ba0d1b90958e4107bfb1b31e76 # frozen: 5.5.1
48
38
hooks :
49
39
- id : isort
50
- additional_dependencies :
51
- - toml==0.10.0
52
40
- repo : https://github.com/pre-commit/pygrep-hooks
53
- rev : v1.5.1
41
+ rev : eae6397e4c259ed3d057511f6dd5330b92867e62 # frozen: v1.6.0
54
42
hooks :
55
43
- id : python-no-eval
56
44
- id : python-no-log-warn
57
45
- repo : local
58
46
hooks :
59
47
- id : pylint
60
48
name : pylint
61
- entry : pylint
49
+ entry : pylint -s no
62
50
language : system
63
51
types : [python]
64
52
- repo : https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
65
- rev : 0.0.11
53
+ rev : 8155a744442d15f9126a680b7055f758b29956ab # frozen: 0.0.12
66
54
hooks :
67
55
- id : yamlfmt
68
56
args :
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ indent-string=' '
377
377
max-line-length =88
378
378
379
379
# Maximum number of lines in a module.
380
- max-module-lines =1000
380
+ max-module-lines =1500
381
381
382
382
# List of optional constructs for which whitespace checking is disabled. `dict-
383
383
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
You can’t perform that action at this time.
0 commit comments