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 11[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
1414; no_lines_before=LOCALFOLDER
15- known_third_party =
16- github
17- requests
15+ known_third_party =
1816 coverage
1917 flake8
18+ github
2019 pytest
2120 pytest-cov
2221 pytest-randomly
2322 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 5353 "console_scripts" : []
5454 }
5555
56- __license__ = "LGPLV3+ "
56+ __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+) "
5757
5858short_desc = "Plugin for Coverage.py to selectively ignore branches depending on the Python version."
5959
8383classifiers = [
8484 'Development Status :: 4 - Beta' ,
8585 'Intended Audience :: Developers' ,
86+ 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' ,
8687 'Operating System :: OS Independent' ,
8788 'Programming Language :: Python' ,
8889 'Programming Language :: Python :: 3 :: Only' ,
You can’t perform that action at this time.
0 commit comments