File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 35
35
rev : v0.30.0
36
36
hooks :
37
37
- id : yapf
38
- exclude : ^(conf\.py|) $
38
+ exclude : ^(doc-source/ conf|__pkginfo__|make_conda_recipe|setup) \.py$
39
39
40
40
41
41
- repo : https://github.com/Lucas-C/pre-commit-hooks
Original file line number Diff line number Diff line change 50
50
import_name = "coverage_pyver_pragma"
51
51
py_modules = []
52
52
entry_points = {
53
- "console_scripts" : []
53
+ "console_scripts" : [],
54
54
}
55
55
56
56
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
Original file line number Diff line number Diff line change 15
15
16
16
from __pkginfo__ import __version__
17
17
18
+ # User-configurable lines
19
+ # End of user-configurable lines
18
20
19
21
github_url = f"https://github.com/domdfcoding/coverage_pyver_pragma"
20
22
@@ -112,14 +114,14 @@ def setup(app):
112
114
'type' ,
113
115
label = _ ('Type' ),
114
116
has_arg = False ,
115
- names = ('type' ,),
116
- bodyrolename = 'class'
117
+ names = ('type' , ),
118
+ bodyrolename = 'class' ,
117
119
),
118
120
Field (
119
121
'default' ,
120
122
label = _ ('Default' ),
121
123
has_arg = False ,
122
- names = ('default' ,),
124
+ names = ('default' , ),
123
125
),
124
126
]
125
127
)
You can’t perform that action at this time.
0 commit comments