mirror of https://github.com/nucypher/nucypher.git
Merge pull request #3037 from derekpierre/fix-darker
Fix issue with darker during failed darker gh actionpull/3043/head
commit
426c7c5ba9
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue