Skip to content

Commit 68b5184

Browse files
authored
Merge pull request #71 from darjeeling/disable_black
disblae black
2 parents 05d31cc + 4047fd2 commit 68b5184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-merge-precondition.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
persist-credentials: true # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
2121
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
2222

23-
- uses: psf/black@stable
24-
with:
25-
options: "--check --verbose"
23+
#- uses: psf/black@stable
24+
# with:
25+
# options: "--check --verbose"
2626

2727
#- uses: isort/isort-action@master
2828
# with:

0 commit comments

Comments
 (0)