File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5 .0
2+ current_version = 0.6 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5757
5858 - name : " Install package"
5959 run : |
60- $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-dunder-all=0.5 .0=py_1 -y || exit 1
60+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-dunder-all=0.6 .0=py_1 -y || exit 1
6161
6262 - name : " Run Tests"
6363 run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ flake8-dunder-all
101101.. |language | image :: https://img.shields.io/github/languages/top/python-formate/flake8-dunder-all
102102 :alt: GitHub top language
103103
104- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-dunder-all/v0.5 .0
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-dunder-all/v0.6 .0
105105 :target: https://github.com/python-formate/flake8-dunder-all/pulse
106106 :alt: GitHub commits since tagged version
107107
@@ -177,7 +177,7 @@ Sample ``.pre-commit-config.yaml``:
177177 rev: 3.8.1
178178 hooks:
179179 - id: flake8
180- additional_dependencies: [flake8-dunder-all==0.5 .0]
180+ additional_dependencies: [flake8-dunder-all==0.6 .0]
181181
182182 ``ensure-dunder-all `` script
183183
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ flake8-dunder-all
107107 :alt: GitHub top language
108108
109109 .. |commits-since | github-shield ::
110- :commits-since: v0.5 .0
110+ :commits-since: v0.6 .0
111111 :alt: GitHub commits since tagged version
112112
113113 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ The options are:
2828
2929If the ``dunder-all-alphabetical `` option is omitted the ``DALL001 `` check is disabled.
3030
31- .. versionchanged :: 0.5 .0 Added the ``DALL001`` and ``DALL002`` checks.
31+ .. versionchanged :: 0.6 .0 Added the ``DALL001`` and ``DALL002`` checks.
3232.. versionchanged :: 0.6.0 Added the ``DALL100`` and ``DALL101`` checks.
3333
3434.. note ::
3535
36- In version ``0.5 .0 `` the entry point changed from ``DALL `` to ``DAL ``, due to changes in flake8 itself.
36+ In version ``0.6 .0 `` the entry point changed from ``DALL `` to ``DAL ``, due to changes in flake8 itself.
3737 However, the codes remain ``DALLXXX `` and should continue to work as normal.
3838
3939
@@ -58,7 +58,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
5858
5959Sample ``.pre-commit-config.yaml ``:
6060
61- .. pre-commit :flake8 :: 0.5 .0
61+ .. pre-commit :flake8 :: 0.6 .0
6262
6363
6464 Using the script as a pre-commit hook
@@ -71,4 +71,4 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions.
7171Sample ``.pre-commit-config.yaml ``:
7272
7373.. pre-commit ::
74- :rev: v0.5 .0
74+ :rev: v0.6 .0
Original file line number Diff line number Diff line change 5353__author__ : str = "Dominic Davis-Foster"
5454__copyright__ : str = "2020 Dominic Davis-Foster"
5555__license__ : str = "MIT"
56- __version__ : str = "0.5 .0"
56+ __version__ : str = "0.6 .0"
5757__email__ : str = "dominic@davis-foster.co.uk"
5858
5959__all__ = (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " flake8-dunder-all"
7- version = " 0.5 .0"
7+ version = " 0.6 .0"
88description = " A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."
99readme = " README.rst"
1010keywords = [ " flake8" ,]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ modname: flake8-dunder-all
44copyright_years : " 2020-2022"
55author : " Dominic Davis-Foster"
66email : " dominic@davis-foster.co.uk"
7- version : " 0.5 .0"
7+ version : " 0.6 .0"
88username : " python-formate"
99assignee : " domdfcoding"
1010license : ' MIT'
You can’t perform that action at this time.
0 commit comments