Skip to content

Commit 6bcb463

Browse files
committed
Remove parallel run of yapf check to try to fix bug in CI
1 parent ec8d6ae commit 6bcb463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: yapf
2626
name: "yapf (check)"
2727
additional_dependencies: [toml]
28-
args: [ '--style', 'pyproject.toml', '--parallel', '--diff' ]
28+
args: [ '--style', 'pyproject.toml', '--diff' ]
2929
stages: [ manual ]
3030
types: [ python ]
3131
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)