Merge pull request #3046 from derekpierre/update-darker

Update darker version that fixes incompatibility with `black` library
pull/3047/head
James Campbell 2023-01-09 08:57:33 +00:00 committed by GitHub
commit 2346ded86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- uses: akaihola/darker@1.5.1
- uses: akaihola/darker@1.6.1
with:
options: "--check --diff --isort"
version: "@3c675b009d747cadd6e8048d2c57a5b1cd54fb3e"
version: "1.6.1"

View File

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

View File