Use latest version of darker that resolves imcompatibility with `black` library.

pull/3046/head
derekpierre 2023-01-05 14:31:33 -05:00
parent 9ed0186060
commit 019264b770
2 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]