diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9403dd5338..8ab74a0ac7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: rev: 6.0.0 hooks: - id: buildifier - args: &args + args: &args # Keep this argument in sync with .bazelci/presubmit.yaml - --warnings=all - id: buildifier-lint @@ -30,7 +30,7 @@ repos: hooks: - id: isort name: isort (python) - args: + args: - --profile - black - repo: https://github.com/psf/black