File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
[settings]
2
- line_length = 115
3
- force_to_top = True
4
- indent = Tab
5
- multi_line_output = 3
6
- import_heading_stdlib = stdlib
7
- import_heading_thirdparty = 3rd party
8
- import_heading_firstparty = this package
9
- import_heading_localfolder = this package
10
- balanced_wrapping = False
11
- lines_between_types = 0
12
- use_parentheses = True
13
- default_section = THIRDPARTY
2
+ line_length = 115
3
+ force_to_top = True
4
+ indent = Tab
5
+ multi_line_output = 3
6
+ import_heading_stdlib = stdlib
7
+ import_heading_thirdparty = 3rd party
8
+ import_heading_firstparty = this package
9
+ import_heading_localfolder = this package
10
+ balanced_wrapping = False
11
+ lines_between_types = 0
12
+ use_parentheses = True
13
+ default_section = THIRDPARTY
14
14
; no_lines_before=LOCALFOLDER
15
- known_third_party =
16
- github
17
- requests
15
+ known_third_party =
18
16
coverage
19
17
flake8
18
+ github
20
19
pytest
21
20
pytest-cov
22
21
pytest-randomly
23
22
pytest-rerunfailures
24
- known_first_party =
25
- coverage_pyver_pragma
23
+ requests
24
+ known_first_party = coverage_pyver_pragma
Original file line number Diff line number Diff line change 53
53
"console_scripts" : []
54
54
}
55
55
56
- __license__ = "LGPLV3+ "
56
+ __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+) "
57
57
58
58
short_desc = "Plugin for Coverage.py to selectively ignore branches depending on the Python version."
59
59
83
83
classifiers = [
84
84
'Development Status :: 4 - Beta' ,
85
85
'Intended Audience :: Developers' ,
86
+ 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' ,
86
87
'Operating System :: OS Independent' ,
87
88
'Programming Language :: Python' ,
88
89
'Programming Language :: Python :: 3 :: Only' ,
You can’t perform that action at this time.
0 commit comments