diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6607a0c2..4d266d302 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: name: pytype language: system types: [python] - entry: "bash -c 'pytype ./ --keep-going -j ${NUM_CPUS:-auto}'" + entry: "bash -c 'pytype --keep-going -j ${NUM_CPUS:-auto}'" require_serial: true verbose: true - id: docs