2222.. |changelog-badge | image :: https://img.shields.io/badge/-change%20log-purple
2323 :alt: Change log
2424.. _changelog-badge : https://github.com/akaihola/darker/blob/master/CHANGES.rst
25- .. |next-milestone | image :: https://img.shields.io/github/milestones/progress/akaihola/darker/18 ?color=red&label=release%201.6.1
25+ .. |next-milestone | image :: https://img.shields.io/github/milestones/progress/akaihola/darker/19 ?color=red&label=release%201.7.0
2626 :alt: Next milestone
27- .. _next-milestone : https://github.com/akaihola/darker/milestone/18
27+ .. _next-milestone : https://github.com/akaihola/darker/milestone/19
2828
2929
3030What?
@@ -130,11 +130,11 @@ How?
130130
131131To install or upgrade, use::
132132
133- pip install --upgrade darker~=1.6.0
133+ pip install --upgrade darker~=1.6.1
134134
135135Or, if you're using Conda _ for package management::
136136
137- conda install -c conda-forge darker~=1.6.0 isort
137+ conda install -c conda-forge darker~=1.6.1 isort
138138 conda update -c conda-forge darker
139139
140140..
@@ -576,7 +576,7 @@ do the following:
576576 .. code-block :: yaml
577577
578578 - repo : https://github.com/akaihola/darker
579- rev : 1.6.0
579+ rev : 1.6.1
580580 hooks :
581581 - id : darker
582582
@@ -595,7 +595,7 @@ other reformatter/linter tools you use to known compatible versions, for example
595595.. code-block :: yaml
596596
597597 - repo : https://github.com/akaihola/darker
598- rev : 1.6.0
598+ rev : 1.6.1
599599 hooks :
600600 - id : darker
601601 args :
@@ -623,7 +623,7 @@ Note the inclusion of the isort Python package under ``additional_dependencies``
623623.. code-block :: yaml
624624
625625 - repo : https://github.com/akaihola/darker
626- rev : 1.6.0
626+ rev : 1.6.1
627627 hooks :
628628 - id : darker
629629 args : [--isort]
@@ -664,11 +664,11 @@ Create a file named ``.github/workflows/darker.yml`` inside your repository with
664664 with :
665665 fetch-depth : 0
666666 - uses : actions/setup-python@v4
667- - uses : akaihola/[email protected] .0 667+ - uses : akaihola/[email protected] .1 668668 with :
669669 options : " --check --diff --isort --color"
670670 src : " ./src"
671- version : " ~=1.6.0 "
671+ version : " ~=1.6.1 "
672672 lint : " flake8,pylint==2.13.1"
673673
674674 There needs to be a working Python environment, set up using ``actions/setup-python ``
0 commit comments