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 3535 rev : v0.30.0
3636 hooks :
3737 - id : yapf
38- exclude : ^(conf\.py|) $
38+ exclude : ^(doc-source/ conf|__pkginfo__|make_conda_recipe|setup) \.py$
3939
4040
4141 - repo : https://github.com/Lucas-C/pre-commit-hooks
Original file line number Diff line number Diff line change 5050import_name = "coverage_pyver_pragma"
5151py_modules = []
5252entry_points = {
53- "console_scripts" : []
53+ "console_scripts" : [],
5454 }
5555
5656__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
Original file line number Diff line number Diff line change 1515
1616from __pkginfo__ import __version__
1717
18+ # User-configurable lines
19+ # End of user-configurable lines
1820
1921github_url = f"https://github.com/domdfcoding/coverage_pyver_pragma"
2022
@@ -112,14 +114,14 @@ def setup(app):
112114 'type' ,
113115 label = _ ('Type' ),
114116 has_arg = False ,
115- names = ('type' ,),
116- bodyrolename = 'class'
117+ names = ('type' , ),
118+ bodyrolename = 'class' ,
117119 ),
118120 Field (
119121 'default' ,
120122 label = _ ('Default' ),
121123 has_arg = False ,
122- names = ('default' ,),
124+ names = ('default' , ),
123125 ),
124126 ]
125127 )
You can’t perform that action at this time.
0 commit comments