Merge pull request #3037 from derekpierre/fix-darker

Fix issue with darker during failed darker gh action
pull/3043/head
Derek Pierre 2022-12-12 08:33:28 -05:00 committed by GitHub
commit 426c7c5ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: akaihola/darker@1.4.2
with:
python-version: '3.7'
- uses: akaihola/darker@1.5.1
with:
options: "--check --diff --isort"
version: "1.4.2"
version: "@3c675b009d747cadd6e8048d2c57a5b1cd54fb3e"

View File

@ -39,7 +39,7 @@ repos:
- id: check-vcs-permalinks
- repo: https://github.com/akaihola/darker
rev: 1.4.2
rev: 3c675b009d747cadd6e8048d2c57a5b1cd54fb3e
hooks:
- id: darker
args: [--isort]

View File