Fix broken pre-commit hook (#590)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f6698f..d84dec8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -16,6 +16,9 @@ hooks: - id: isort name: isort (python) + args: + - --profile + - black - repo: https://github.com/psf/black rev: 21.12b0 hooks: