Skip to content

Commit

Permalink
Merge pull request #435 from akaihola/doc-gh-action-revision
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola authored Dec 26, 2022
2 parents 201e923 + 8ae397c commit eacad31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Fixed
- Fix compatibility with ``black-22.10.1.dev19+gffaaf48`` and later – an argument was
replaced in ``black.files.gen_python_files()``.
- Fix tests to work with Git older than version 2.28.x.
- GitHub Action example now omits ``revision:`` since the commit range is obtained
automatically.


1.6.0_ - 2022-12-19
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,7 @@ Create a file named ``.github/workflows/darker.yml`` inside your repository with
- uses: actions/setup-python@v4
- uses: akaihola/darker@1.6.0
with:
options: "--check --diff --color"
revision: "master..."
options: "--check --diff --isort --color"
src: "./src"
version: "~=1.6.0"
lint: "flake8,pylint==2.13.1"
Expand Down

0 comments on commit eacad31

Please sign in to comment.