File tree Expand file tree Collapse file tree 8 files changed +19
-20
lines changed
Expand file tree Collapse file tree 8 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.2.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 4848
4949 - name : " Install package"
5050 run : |
51- $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.1.1 =py_1 -y || exit 1
51+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.0 =py_1 -y || exit 1
5252
5353 - name : " Run Tests"
5454 run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ flake8-helper
101101.. |language | image :: https://img.shields.io/github/languages/top/python-formate/flake8-helper
102102 :alt: GitHub top language
103103
104- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.1.1
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.0
105105 :target: https://github.com/python-formate/flake8-helper/pulse
106106 :alt: GitHub commits since tagged version
107107
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ flake8-helper
107107 :alt: GitHub top language
108108
109109 .. |commits-since | github-shield ::
110- :commits-since: v0.1.1
110+ :commits-since: v0.2.0
111111 :alt: GitHub commits since tagged version
112112
113113 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 3636__author__ : str = "Dominic Davis-Foster"
3737__copyright__ : str = "2021 Dominic Davis-Foster"
3838__license__ : str = "MIT License"
39- __version__ : str = "0.1.1 "
39+ __version__ : str = "0.2.0 "
4040__email__ :
str = "[email protected] " 4141
4242_P = TypeVar ("_P" , bound = "Plugin" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " flake8-helper"
7- version = " 0.1.1 "
7+ version = " 0.2.0 "
88description = " A helper library for Flake8 plugins."
99readme = " README.rst"
1010keywords = [ " flake8" ,]
@@ -136,6 +136,13 @@ show_error_codes = true
136136[tool .snippet-fmt ]
137137directives = [ " code-block" ,]
138138
139+ [tool .whey-pth ]
140+ name = " flake8_helper.pth"
141+ pth-content = " # Ensure these are imported before the current directory appears on path\n import code\n import doctest\n "
142+
143+ [tool .whey .builders ]
144+ wheel = " whey_pth_wheel"
145+
139146[tool .dependency-dash ."requirements .txt" ]
140147order = 10
141148
@@ -156,10 +163,3 @@ reformat = true
156163[tool .snippet-fmt .languages .ini ]
157164
158165[tool .snippet-fmt .languages .json ]
159-
160- [tool .whey-pth ]
161- name = " flake8_helper.pth"
162- pth-content = " # Ensure these are imported before the current directory appears on path\n import code\n import doctest\n "
163-
164- [tool .whey .builders ]
165- wheel = " whey_pth_wheel"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ modname: flake8-helper
44copyright_years : " 2021"
55author : " Dominic Davis-Foster"
667- version : " 0.1.1 "
7+ version : " 0.2.0 "
88username : " python-formate"
99assignee : " domdfcoding"
1010primary_conda_channel : " domdfcoding"
@@ -55,4 +55,4 @@ sphinx_conf_epilogue:
5555 - autosummary_widths_builders = ["latex"]
5656
5757tox_unmanaged :
58- - check-wheel-contents
58+ - check-wheel-contents
Original file line number Diff line number Diff line change 1212# * flake8
1313# * coverage:run
1414# * coverage:report
15- # * check-wheel-contents
1615# * pytest
1716
1817[tox]
@@ -159,14 +158,14 @@ exclude_lines =
159158 if typing.TYPE_CHECKING:
160159 if __name__ == .__main__.:
161160
161+ [pytest]
162+ addopts = --color yes --durations 25
163+ timeout = 300
164+
162165[check-wheel-contents]
163166ignore = W002,W102
164167toplevel = flake8_helper
165168package = flake8_helper
166169
167- [pytest]
168- addopts = --color yes --durations 25
169- timeout = 300
170-
171170[dep_checker]
172171allowed_unused = flake8
You can’t perform that action at this time.
0 commit comments